From 1808fb6dc3dac993c7396a6946551ef05211f3b7 Mon Sep 17 00:00:00 2001 From: Austin Green Date: Thu, 7 Dec 2017 15:40:03 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7678cfb..9705a00 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ After clicking that button, you’ll authenticate with GitHub and choose a repos $ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git $ cd [REPO_NAME] $ yarn -$ gatsby develop +$ npm run develop ``` To test the CMS locally, you'll need run a production build of the site: ``` -$ gatsby build -$ gatsby serve +$ npm run build +$ npm run serve ``` ## Getting Started (Without Netlify) ``` $ gatsby new [SITE_DIRECTORY_NAME] https://github.com/AustinGreen/gatsby-starter-netlify-cms/ $ cd [SITE_DIRECTORY_NAME] -$ gatsby build -$ gatsby serve +$ npm run build +$ npm run serve ``` ### Setting up the CMS