Update vagrant_setup.md

This commit is contained in:
Evan Fagerberg 2015-07-17 12:04:24 -04:00
parent 6aae02f27c
commit 59e8c64853
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ How to Set Up Validate Email Using Vagrant on PC
* tl;dr
```
$ sudo apt-get install python-pip
```
4. Install pyDNS
```
@ -33,7 +34,7 @@ How to Set Up Validate Email Using Vagrant on PC
```
6. Clone the validate_email repo to your vm
* (Since its a new machine you will need to clone using the https url)
* $ git clone git@github.com:efagerberg/validate_email.git
* ```$ git clone git@github.com:efagerberg/validate_email.git```
* If you want to use your ssh keys on your machine you will need to add this line to the vagrant file under the config
* Looks somthing like this:
Vagrant::Config.run do |config|