Update developer guide to put .link-config in the correct place (#33484)
This commit is contained in:
+7
-5
@@ -32,22 +32,24 @@ pnpm install
|
|||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone the repo and switch to the `element-web/apps/web` directory:
|
Clone the repo and switch to that directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/element-hq/element-web.git
|
git clone https://github.com/element-hq/element-web.git
|
||||||
cd element-web/apps/web
|
cd element-web
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure the app by copying `config.sample.json` to `config.json` and
|
|
||||||
modifying it. See the [configuration docs](docs/config.md) for details.
|
|
||||||
|
|
||||||
Set up your local development link by creating a `.link-config` file with contents like:
|
Set up your local development link by creating a `.link-config` file with contents like:
|
||||||
|
|
||||||
```
|
```
|
||||||
matrix-js-sdk=/path/to/matrix-js-sdk
|
matrix-js-sdk=/path/to/matrix-js-sdk
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Switch to the `apps/web` directory: `cd apps/web`
|
||||||
|
|
||||||
|
Configure the app by copying `config.sample.json` to `config.json` and
|
||||||
|
modifying it. See the [configuration docs](docs/config.md) for details.
|
||||||
|
|
||||||
Finally, build and start Element itself:
|
Finally, build and start Element itself:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user