forked from syrusakbary/validate_email
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6aae02f
commit 59e8c64
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:efagerberg/validate_email.git | ||
* ```$ git clone [email protected]: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| | ||
|