Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adapt to new cli arguments and name.
  • Loading branch information
tdittr authored and cikzh committed Mar 19, 2024
1 parent 486c58a commit 40a4015
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 @@ -18,7 +18,7 @@ The `statime-stm32` crate gives an example of how to use statime on an embedded

The `statime-linux` crate provides a binary for Linux implementing an ordinary or boundary clock. It will need sufficient permissions to change the system clock to use. The easiest way to start it is through sudo:
```
sudo ./target/debug/statime-linux -i <network_interface>
sudo ./target/debug/statime -c path/to/statime.toml
```

## Structure
Expand Down

0 comments on commit 40a4015

Please sign in to comment.