Skip to content

Commit

Permalink
Fixes misleading init command
Browse files Browse the repository at this point in the history
  • Loading branch information
goodguyry committed May 29, 2016
1 parent d418e58 commit 53d999f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ curl https://raw.githubusercontent.com/goodguyry/dreambox/master/Vagrantfile-exa
config.vm.box = "goodguyry/dreambox"
```

**- or -** initialize a new project using this box by running the following commands.
**- or -** initialize a new project using this box by running the following command:

```shell
vagrant init goodguyry/dreambox
vagrant up
```

### User Setup
Expand Down

0 comments on commit 53d999f

Please sign in to comment.