Skip to content

Commit 8afa7c8

Browse files
committed
docs: Update README to include configuration steps
1 parent fb7ed8a commit 8afa7c8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker run -d \
4848
ghcr.io/fetcharr/fetcharr:latest
4949
```
5050

51-
If you prefer a more *declarative* way of starting Fetcharr, use this `compose.yaml` file:
51+
If you prefer a more *declarative* way of starting Fetcharr, you can use this `compose.yaml` file:
5252

5353
```yaml
5454
services:
@@ -62,6 +62,9 @@ services:
6262
restart: unless-stopped
6363
```
6464
65+
Copy the [`config.example.yaml`](./config.example.yaml)-file to your configuration folder as `config.yaml` and edit it to your liking.
66+
When you've changed the config-file, remember to restart Fetcharr for it to take effect.
67+
6568
## 📝 Contributing
6669

6770
If you want to contribute, great! We'd love your help!

0 commit comments

Comments
 (0)