Fix repo clone command in README

This commit is contained in:
Jayson Virissimo 2018-09-18 22:09:56 -07:00
parent 6fbb6b4f52
commit fae1bd6624
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ This allows you to enter an interactive console where you can easily experiment
### Local ### Local
1. Clone the repo `git clone git@github.com:there4/markdown-resume.git` or [Download ZIP](https://github.com/there4/markdown-resume/archive/master.zip) 1. Clone the repo `git clone https://github.com/there4/markdown-resume.git` or [Download ZIP](https://github.com/there4/markdown-resume/archive/master.zip)
2. **PHP 7** and **[composer](https://getcomposer.org/download/)** are installed and on your PATH 2. **PHP 7** and **[composer](https://getcomposer.org/download/)** are installed and on your PATH
3. `composer install` inside of the project directory to install dependencies 3. `composer install` inside of the project directory to install dependencies