From b8e6ddb89c2829cc65de6558cf3ce83c312f4f76 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 13 May 2025 01:47:51 -0700 Subject: Update readme --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e92e9f1..d65535d 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3-70-g09d2