Skip to content

Commit 8e22bc6

Browse files
authored
Update developer guide to put .link-config in the correct place (#33484)
1 parent 47f8012 commit 8e22bc6

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

developer_guide.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,24 @@ pnpm install
3232
popd
3333
```
3434

35-
Clone the repo and switch to the `element-web/apps/web` directory:
35+
Clone the repo and switch to that directory:
3636

3737
```bash
3838
git clone https://github.com/element-hq/element-web.git
39-
cd element-web/apps/web
39+
cd element-web
4040
```
4141

42-
Configure the app by copying `config.sample.json` to `config.json` and
43-
modifying it. See the [configuration docs](docs/config.md) for details.
44-
4542
Set up your local development link by creating a `.link-config` file with contents like:
4643

4744
```
4845
matrix-js-sdk=/path/to/matrix-js-sdk
4946
```
5047

48+
Switch to the `apps/web` directory: `cd apps/web`
49+
50+
Configure the app by copying `config.sample.json` to `config.json` and
51+
modifying it. See the [configuration docs](docs/config.md) for details.
52+
5153
Finally, build and start Element itself:
5254

5355
```bash

0 commit comments

Comments
 (0)