Skip to content

Commit

Permalink
Correct VVV step-by-step install link
Browse files Browse the repository at this point in the history
  • Loading branch information
xipasduarte committed Oct 24, 2016
1 parent 96caec2 commit f5ff809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,7 +24,7 @@ VVV's `config`, `database`, `log` and `www` directories are shared with the virt

These shared directories allow you to work, for example, in `vagrant-local/www/wordpress-default` in your local file system and have those changes immediately reflected in the virtualized server's file system and http://local.wordpress.dev/. Likewise, if you `vagrant ssh` and make modifications to the files in `/srv/www/`, you'll immediately see those changes in your local file system.

If this is your first time working with VVV, you should definitely [read and follow the step-by-step installation guide](https://bitbucket.org/log-oscon/vvv/src/master/README.md).
If this is your first time working with VVV, you should definitely [read and follow the step-by-step installation guide](https://github.com/Varying-Vagrant-Vagrants/VVV/blob/develop/README.md#installation).

## Adding the Project to Your VVV Environment

Expand All @@ -44,4 +44,4 @@ We're not done yet: VVV needs to setup and incorporate the project into its conf
$ vagrant provision
```

Take a break while VVV updates itself and builds the project for you. When done, a new site will become available at http://genesis.wordpress.dev/ and you may get to work.
Take a break while VVV updates itself and builds the project for you. When done, a new site will become available at http://genesis.wordpress.dev/ and you may get to work.

0 comments on commit f5ff809

Please sign in to comment.