Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 15, 2015
1 parent 157cb8a commit 1609656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ To install Homestead directly into your project, require it using Composer:

Once Homestead has been installed, use the `make` command to generate the `Vagrantfile` and `Homestead.yaml` file in your project root. The `make` command will automatically configure the `sites` and `folders` directives in the `Homestead.yaml` file.

*nix users:
Mac / Linux:

php vendor/bin/homestead make

Windows users:
Windows:

vendor\bin\homestead make
vendor\bin\homestead make

Next, run the `vagrant up` command in your terminal and access your project at `http://homestead.app` in your browser. Remember, you will still need to add an `/etc/hosts` file entry for `homestead.app` or the domain of your choice.

Expand Down

0 comments on commit 1609656

Please sign in to comment.