Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgzhg committed Jan 4, 2024
1 parent 434d0f9 commit 57de717
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 @@ -158,8 +158,8 @@ to use its **latest** version.
This project can be installed as a Systemd service (refer to file `LoRaPktFwrd.service`) which optionally may start automatically after the system boots.
As a prerequisite make sure the project is compiled (via the `make` command) and it is able to execute correctly with your own `config.json` file.

* To install the LoRaPktFwrd service you can execute `sudo make install`
* To uninstall the service use `sudo make uninstall`
* To install the LoRaPktFwrd service you can execute: `sudo make install`
* To uninstall the service use: `sudo make uninstall`
* To allow the service to run automatically after the system boots: `sudo systemctl enable LoRaPktFwrd.service`
* To disallow the service to run automatically after the system boots: `sudo systemctl disable LoRaPktFwrd.service`
* To manually start / restart/ stop the service:
Expand Down

0 comments on commit 57de717

Please sign in to comment.