Update README.md
Tom Rutgers
committed Aug 31, 2018
commit ecfb21c26143c78ea29712aa2cb4eb7d72f613f8
Showing 1
changed file with
2 additions
and 2 deletions
README.md
+2
-2
| @@ | @@ -22,8 +22,8 @@ After clicking that button, you’ll authenticate with GitHub and choose a repos |
| Be sure to checkout the [middleman installation guide](https://middlemanapp.com/basics/install/) | |
| ``` | |
| - | $ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git |
| - | $ cd [REPO_NAME] |
| + | $ git clone https://github.com//tomrutgers/middleman-starter-netlify-cms |
| + | $ cd middleman-starter-netlify-cms |
| $ bundle install | |
| $ middleman server | |
| ``` | |