change branch

This commit is contained in:
AJ ONeal 2017-05-31 00:56:02 +00:00
parent 4f221be940
commit 34ed7bfd93
1 changed files with 3 additions and 0 deletions

View File

@ -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
```