From a17f7d52ba020b548e1764c5056407702d85198e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 7 Nov 2017 16:03:27 -0700 Subject: [PATCH] fix instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 885e6d7..739a36e 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ curl -fsSL https://git.daplie.com/Daplie/goldilocks.js/raw/v1.1/installer/get.sh ```bash git clone https://git.daplie.com/Daplie/goldilocks.js -git checkout v1.1 pushd goldilocks.js +git checkout v1.1 bash installer/install.sh ```