Run riot-web develop, not master

pull/21833/head
Richard van der Hoff 2017-01-19 17:21:03 +00:00
parent 1b6735d729
commit dee3495d51
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set -ev
git clone --depth=1 https://github.com/vector-im/riot-web.git riot-web
git clone --depth=1 --branch develop https://github.com/vector-im/riot-web.git riot-web
cd riot-web
mkdir node_modules
ln -s ../.. node_modules/matrix-react-sdk