Skip to content

Commit 906a6a5

Browse files
author
ILiedAboutCake
committed
fix the readme, add channels config
1 parent 97c1f2c commit 906a6a5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,21 @@ cp ./package/var/overrustlelogs/*
4242
# few things you need to edit here too
4343
vim ./overrustlelogs.toml
4444

45+
# set the channels you want to log
46+
vim ./channels.json
47+
4548
# change server_name's in the nginx config if you need
4649
vim ./package/etc/nginx/sites-enabled/overrustlelogs.net.conf
4750
```
4851

4952
### Step 4 (Docker)
50-
# start the stack
53+
start the stack
54+
55+
```bash
5156
docker-compose up -d
57+
```
5258

53-
### Step 4
59+
### Step 4 (Host)
5460

5561
Run the install script from the repo root directory.
5662

0 commit comments

Comments
 (0)