diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-16 03:08:04 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-16 03:08:04 +0300 |
commit | 7129b9af567f61ab4aa21503a58288fef3818fe5 (patch) | |
tree | 590d78dea0e904c73f26848cf24420fd40e5d109 | |
parent | dcf1706d65f0f9dbfe684962c26c8d224dec0a66 (diff) |
readme fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Create environment configuration file `/etc/default/inverter-bot`: ``` TOKEN="YOUR_TOKEN" USERS="ID ID ID ..." -OPTS="" # here you can pass other options such as --inverterd-host +PARAMS="" # here you can pass other options such as --inverterd-host ``` Create systemd service file `/etc/systemd/system/inverter-bot.service` with the following content (changing stuff like paths): |