From d4e76ddb5b8fc646ca4ae2a8cd9853466ba73961 Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Thu, 17 Sep 2020 13:38:48 +1000 Subject: [PATCH] [#20] Added git clone command. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 040ba05..2057c45 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This is a DruxtJS demonstration. The following is a script to be used when presenting this demonstration. -This script is written for a complete blank slate, some of this steps should be +``` +git clone --single-branch --branch feature/20-presentation git@github.com:Realityloop/druxt-demo.git +``` --- @@ -14,6 +16,7 @@ This script is written for a complete blank slate, some of this steps should be - NPM - Tokaido* + ### Composer memory limit issue Setup the terminal so we don't hit with memory limit issues.