File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,22 +32,24 @@ pnpm install
3232popd
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
3838git 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-
4542Set up your local development link by creating a ` .link-config ` file with contents like:
4643
4744```
4845matrix-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+
5153Finally, build and start Element itself:
5254
5355``` bash
You can’t perform that action at this time.
0 commit comments