mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 11:14:14 +00:00
updated to remove unnecessary init
This commit is contained in:
parent
3abaf17026
commit
967b7d4898
1 changed files with 2 additions and 4 deletions
|
|
@ -16,11 +16,9 @@ environment up and running:
|
|||
|
||||
1. Download the vagrant box:
|
||||
`vagrant box add habitrpg http://dl.dropboxusercontent.com/u/4309797/devel/habitrpg/package.box`
|
||||
2. Initialize the vagrant box:
|
||||
`vagrant init`
|
||||
3. Boot up and provision the software on the box:
|
||||
2. Boot up the box:
|
||||
`vagrant up`
|
||||
4. Login to the environment:
|
||||
3. Login to the environment:
|
||||
`vagrant ssh`
|
||||
|
||||
The HabitRPG files will be located under `/vagrant' on the filesystem.
|
||||
|
|
|
|||
Loading…
Reference in a new issue