From f73f7935bcb60a69d645b24578f50574bcaf2485 Mon Sep 17 00:00:00 2001 From: Charlie Chrisman Date: Wed, 31 Jan 2018 15:15:47 -0800 Subject: [PATCH] Update README.md added command to change directory into the newly cloned repo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1be42b1..2d66331 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Clone the repo and install the dependencies. ```bash git clone https://github.com/contentful/the-example-app.nodejs.git +cd the-example-app.nodejs ``` ```bash