Run riot-web develop, not master
This commit is contained in:
parent
1b6735d729
commit
dee3495d51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue