We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7ed8a commit 8afa7c8Copy full SHA for 8afa7c8
1 file changed
README.md
@@ -48,7 +48,7 @@ docker run -d \
48
ghcr.io/fetcharr/fetcharr:latest
49
```
50
51
-If you prefer a more *declarative* way of starting Fetcharr, use this `compose.yaml` file:
+If you prefer a more *declarative* way of starting Fetcharr, you can use this `compose.yaml` file:
52
53
```yaml
54
services:
@@ -62,6 +62,9 @@ services:
62
restart: unless-stopped
63
64
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
+
68
## 📝 Contributing
69
70
If you want to contribute, great! We'd love your help!
0 commit comments