From b4de369ca8a32eaf455af4d22f85e3c55a171404 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 11 Nov 2020 23:17:34 -0500 Subject: [PATCH] docs: add `checkout` help Signed-off-by: Jef LeCompte --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebfce2e..a050b64 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ getting `streetmerchant` running! - [Node.js 14](https://nodejs.org/en/) - [git](https://git-scm.com/) - Clone this project `git clone https://github.com/jef/streetmerchant.git` + - To checkout a particular branch, use `git checkout ` after cloning - 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/)