remove extra install steps
Shawn Erquhart
committed Aug 30, 2018
commit 146b2b9a9231a14a38b20bf7fa0c1d6f66649747
Showing 1
changed file with
0 additions
and 7 deletions
README.md
+0
-7
| @@ | @@ -27,13 +27,6 @@ $ cd [REPO_NAME] |
| $ bundle install | |
| $ middleman server | |
| ``` | |
| - | ## Getting Started (Without Netlify) |
| - | ``` |
| - | $ gatsby new [SITE_DIRECTORY_NAME] https://github.com/tomrutgers/middleman-starter-netlify-cms/ |
| - | $ cd [SITE_DIRECTORY_NAME] |
| - | $ bundle install |
| - | $ middleman server |
| - | ``` |
| ### Setting up the CMS | |
| Follow the [Netlify CMS Quick Start Guide](https://www.netlifycms.org/docs/quick-start/#authentication) to set up authentication, and hosting. | |