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:19 +0300 |
commit | 6af96ae8d65d16e17079b60d010ab439f773134a (patch) | |
tree | 1d4156784f46b818f207bda82e582e009a9935b2 | |
parent | b804a5d7e7dab93bf6056e8969a5dd4d4c52f452 (diff) |
readme fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,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): |