Fix repo clone command in README
This commit is contained in:
parent
6fbb6b4f52
commit
fae1bd6624
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue