Skip to content

Commit

Permalink
docs: simplify command of env var on RPi
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed May 29, 2024
1 parent b3f3ab2 commit 1bc4e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add the following line into `/etc/rc.local`:
or

```shell
(cd /path/to/binary && TOKEN='bot token' NOTIFY_USER_ID='chat id' ./get-LAN-IP-telegram-bot-rs; cd -)&
(TOKEN='bot token' NOTIFY_USER_ID='chat id' /path/to/get-LAN-IP-telegram-bot-rs/binary)&
```

Don't forget that replace `get-LAN-IP-telegram-bot-rs` with you just named to binary
Expand Down

0 comments on commit 1bc4e1d

Please sign in to comment.