From fbfcc8f92c76970d52660ff263fa83af8864b598 Mon Sep 17 00:00:00 2001 From: Kirk Shillingford Date: Sun, 10 Oct 2021 19:41:43 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 467057d..c924dc1 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,9 @@ This will likely be a long running project, with many software themes explored. ``` npm install -g elm-spa@latest ``` -5. Fork this repo -6. Create a local copy on your machine -7. In a shell terminal/command line, navigate to the Quarto folder in the repository -8. Run the live development server with: +5. Create a local copy of this repo on your machine. Do not fork it unless you absolutely want to. +6. In a shell terminal/command line, navigate to the Quarto folder in the repository +7. Run the live development server with: ``` npm start ```