From 80e166c15d82db4cb5f53bd39486631d28a191a5 Mon Sep 17 00:00:00 2001 From: Sam Marshall Date: Fri, 4 Dec 2020 10:45:21 -0500 Subject: [PATCH] docs: add cd step (#1157) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3f2963..9a5ab03 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ getting `streetmerchant` running! - [git](https://git-scm.com/) - Clone this project `git clone https://github.com/jef/streetmerchant.git` - To checkout a particular ref, use `git checkout ` after cloning +- Navigate to this project by entering `cd streetmerchant` - Run `npm install` - Copy `.env-example` to a new file `.env` and edit the `.env` file to your liking using your [favorite text editor](https://code.visualstudio.com/)