diff options
-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: |