mirror of https://github.com/vector-im/riot-web
Run riot-web develop, not master
parent
1b6735d729
commit
dee3495d51
|
@ -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…
Reference in New Issue