Skip to content

Commit 2c0559d

Browse files
committed
Remove mention of CI scripts from docs
This removes `fetch-develop.deps.sh` from the docs, as it's designed more for use on CI environments and ends up causing confusion when used for anything else. Fixes element-hq#11247
1 parent 6ada5e4 commit 2c0559d

1 file changed

Lines changed: 5 additions & 20 deletions

File tree

README.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,11 @@ guide](https://yarnpkg.com/docs/install/) if you do not have it already.
7373
1. Clone the repo: `git clone https://github.com/vector-im/riot-web.git`.
7474
1. Switch to the riot-web directory: `cd riot-web`.
7575
1. Install the prerequisites: `yarn install`.
76-
1. If you're using the `develop` branch then it is recommended to set up a proper
77-
development environment ("Setting up a dev environment" below) however one can
78-
install the develop versions of the dependencies instead:
79-
```bash
80-
scripts/fetch-develop.deps.sh
81-
```
82-
Whenever you git pull on `riot-web` you will also probably need to force an update
83-
to these dependencies - the simplest way is to re-run the script, but you can also
84-
manually update and rebuild them:
85-
```bash
86-
cd matrix-js-sdk
87-
git pull
88-
yarn install # re-run to pull in any new dependencies
89-
cd ../matrix-react-sdk
90-
git pull
91-
yarn install
92-
```
93-
Or just use https://riot.im/develop - the continuous integration release of the
94-
develop branch. (Note that we don't reference the develop versions in git directly
95-
due to https://github.com/npm/npm/issues/3055.)
76+
* If you're using the `develop` branch, then it is recommended to set up a
77+
proper development environment (see [Setting up a dev
78+
environment](#setting-up-a-dev-environment) below). Alternatively, you
79+
can use https://riot.im/develop - the continuous integration release of
80+
the develop branch.
9681
1. Configure the app by copying `config.sample.json` to `config.json` and
9782
modifying it. See the [configuration docs](docs/config.md) for details.
9883
1. `yarn dist` to build a tarball to deploy. Untaring this file will give

0 commit comments

Comments
 (0)