8 lines
225 B
Markdown
8 lines
225 B
Markdown
|
# Configuration
|
||
|
|
||
|
```shell
|
||
|
cp config/config.json.dist config/config.json
|
||
|
```
|
||
|
|
||
|
Then edit your config.json according to your needs. See
|
||
|
[this](https://github.com/vector-im/element-web/blob/develop/docs/config.md) for more info.
|