diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:47:51 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:47:51 -0700 |
commit | b8e6ddb89c2829cc65de6558cf3ce83c312f4f76 (patch) | |
tree | 4f27dfe32b906a705d263e8e8dcb8dce2d7cd7f2 /README.md | |
parent | c3aa909021209b464e7ccc9c6527bf49ea436e12 (diff) |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -2,25 +2,21 @@ work in progress Use it with [mycan](https://git.flylightning.xyz/mycan/). -build, install, and run using `make`: +build, install, and run ```sh make sudo make install remote_plot ``` -build and run without make: -```sh -cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c -./remote_plot -``` - usage ```sh # use default ssh destination -./remote_plot +remote_plot # use another ssh destination -./remote_plot -d 10.0.0.7 +remote_plot -d 10.0.0.7 +# run locally +remote_plot -l ``` Infrastructure configs not included yet: |