Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Clean up flip sales line
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Apr 30, 2016
1 parent 469e1d4 commit bd92b7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[![Travis](https://img.shields.io/travis/bradp/vv.svg)](https://travis-ci.org/bradp/vv)

*Tired of the time it takes to do a `vagrant provision` or create new sites?* Check out [flip](https://github.com/bradp/vvv-provision-flipper), a simple utility I built to solve that issue.
*Tired of the time it takes to do a `vagrant provision` or create new sites?* Check out [flip](https://github.com/bradp/vvv-provision-flipper), a simple utility to solve that issue.

## Installation

Expand Down Expand Up @@ -61,7 +61,7 @@ Props to [Vinsanity](https://github.com/Vinsanity) for these instructions. If yo
`$ sudo cp vv /usr/local/bin`

* You should now be able to easily run vv from anywhere in your system.

## Adding tab-completion to `vv`

Currently, `vv` supports tab-completion of arguments and options in both bash and ZSH. To enable this, you'll first want to make sure you're on the most current version of `vv`. Then simply add `source $( echo $(which vv)-completions)` to the end of your .bash_profile, .bashrc or .zshrc.
Expand Down Expand Up @@ -115,11 +115,11 @@ Provisioning Vagrant takes a couple of minutes, but this is a crucial step as it
If you are using a subdomain multisite, you must edit vvv-hosts file inside of that site's folder with each subdomain on a new line. For example:

> mysite.dev
> siteA.mysite.dev
> siteB.mysite.dev

After this, run `vagrant reload --provision` and your subdomains should resolve. *Please note*, any sites set up prior to version 1.7.3 will need more configuration for this, either delete and re-set up the site or [ping me on Twitter](http://twitter.com/bradparbs) for help.

Expand Down

0 comments on commit bd92b7f

Please sign in to comment.