From bb307bb69028f4ab17c57350adbcc8eb45fd0d22 Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Sat, 8 May 2021 12:39:27 -0500 Subject: [PATCH] update readme --- src/cli/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cli/README.md b/src/cli/README.md index dac9b23..3bc474c 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -37,7 +37,9 @@ Check out the official guide at https://elm-spa.dev! The CLI is written with TypeScript + NodeJS. Here's how you can get started contributing: ```bash -npm start # first time dev setup +git clone git@github.com:ryannhg/elm-spa # clone the repo +cd elm-spa/src/cli # enter the CLI folder +npm start # run first time dev setup ``` ```bash