Skip to content

Commit

Permalink
docs: add release info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed Mar 4, 2024
1 parent 9fcb746 commit 9fa26dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ then replace value for your bot and chat/user id.

### Run on RPi

First, build binary or download pre-built binary from [release page](https://github.com/hms5232/get-LAN-IP-telegram-bot-rs/releases).

Optional, you can rename it to `get-LAN-IP-telegram-bot-rs` or other filename you like.

Add the following line into `/etc/rc.local`:

```shell
(cd /path/to/binary && ./get-LAN-IP-telegram-bot-rs; cd -)&
```

for example:

```shell
(cd /home/pi/Documents/get-LAN-IP-telegram-bot-rs && ./target/release/get-LAN-IP-telegram-bot-rs; cd -)&
```
Don't forget that replace `get-LAN-IP-telegram-bot-rs` with you just named to binary

## LICENSE

Expand Down

0 comments on commit 9fa26dc

Please sign in to comment.