Merge pull request #15218 from vector-im/toml-docs-suggestion

Update README.md
This commit is contained in:
Travis Ralston 2020-09-16 14:36:33 -06:00 committed by GitHub
commit 88459b976c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,6 @@ First clone and build `matrix-js-sdk`:
``` bash ``` bash
git clone https://github.com/matrix-org/matrix-js-sdk.git git clone https://github.com/matrix-org/matrix-js-sdk.git
pushd matrix-js-sdk pushd matrix-js-sdk
git checkout develop
yarn link yarn link
yarn install yarn install
popd popd
@ -236,7 +235,6 @@ Then similarly with `matrix-react-sdk`:
```bash ```bash
git clone https://github.com/matrix-org/matrix-react-sdk.git git clone https://github.com/matrix-org/matrix-react-sdk.git
pushd matrix-react-sdk pushd matrix-react-sdk
git checkout develop
yarn link yarn link
yarn link matrix-js-sdk yarn link matrix-js-sdk
yarn install yarn install
@ -248,7 +246,6 @@ Finally, build and start Element itself:
```bash ```bash
git clone https://github.com/vector-im/element-web.git git clone https://github.com/vector-im/element-web.git
cd element-web cd element-web
git checkout develop
yarn link matrix-js-sdk yarn link matrix-js-sdk
yarn link matrix-react-sdk yarn link matrix-react-sdk
yarn install yarn install