Skip to content

Commit

Permalink
fix: command options
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jul 24, 2024
1 parent c6ef874 commit e5f2c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ chmod +x telegram-sms
Once done, you can run the program with root privileges:

```bash
sudo ./telegram-sms -bot-token=YourTelegramToken --admin-id=YourTelegramChatID
sudo ./telegram-sms --bot-token=YourTelegramToken --admin-id=YourTelegramChatID
```

### QMI
Expand Down Expand Up @@ -75,7 +75,7 @@ make -j$(nproc) -C build
Once you have compiled and installed `libqmi` and `lpac`, you can run the program with the following command:

```bash
sudo ./telegram-sms -bot-token=YourTelegramToken --admin-id=YourTelegramChatID --apdu-driver=qmi --dir=/path/to/lpac --dont-download
sudo ./telegram-sms --bot-token=YourTelegramToken --admin-id=YourTelegramChatID --apdu-driver=qmi --dir=/path/to/lpac --dont-download
```

If you wish to run the program in the background, you can utilize the `systemctl` command. Here is an example of how to achieve this:
Expand Down

0 comments on commit e5f2c3e

Please sign in to comment.