From cad03d0c47d9f1414c75b385567866d8b4e3826b Mon Sep 17 00:00:00 2001 From: Tom Lant Date: Wed, 16 Sep 2020 21:34:00 +0100 Subject: [PATCH] Update README.md Including `git checkout develop` in the dev env instructions is redundant and confusing (since `develop` is already the default branch) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 58bb12158d..429ad5046e 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,6 @@ First clone and build `matrix-js-sdk`: ``` bash git clone https://github.com/matrix-org/matrix-js-sdk.git pushd matrix-js-sdk -git checkout develop yarn link yarn install popd @@ -236,7 +235,6 @@ Then similarly with `matrix-react-sdk`: ```bash git clone https://github.com/matrix-org/matrix-react-sdk.git pushd matrix-react-sdk -git checkout develop yarn link yarn link matrix-js-sdk yarn install @@ -248,7 +246,6 @@ Finally, build and start Element itself: ```bash git clone https://github.com/vector-im/element-web.git cd element-web -git checkout develop yarn link matrix-js-sdk yarn link matrix-react-sdk yarn install