From 34ed7bfd935aa5528fd01a70c9e3507bc30f42a1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 31 May 2017 00:56:02 +0000 Subject: [PATCH] change branch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 34bbab1..c9419ec 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ You could also, of course, try installing from the repository directly ```bash mkdir -p /srv/walnut/ git clone git@git.daplie.com:Daplie/walnut.js.git /srv/walnut/core +pushd /srv/walnut/core + git checkout v1 +popd bash /srv/walnut/core/install.sh ```