mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 05:35:23 +02:00
vagrant: update init ubuntu example (#7682)
This commit is contained in:
parent
3762d44bb2
commit
51bad90afa
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
`vagrant init`
|
||||
|
||||
- Create Vagrantfile with the Ubuntu 14.04 (Trusty Tahr) box from HashiCorp Atlas:
|
||||
- Create Vagrantfile with the Ubuntu 20.04 (Focal Fossa) box from HashiCorp Atlas:
|
||||
|
||||
`vagrant init ubuntu/trusty32`
|
||||
`vagrant init ubuntu/focal64`
|
||||
|
||||
- Start and provision the vagrant environment:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue