aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 01:47:51 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 01:47:51 -0700
commitb8e6ddb89c2829cc65de6558cf3ce83c312f4f76 (patch)
tree4f27dfe32b906a705d263e8e8dcb8dce2d7cd7f2 /README.md
parentc3aa909021209b464e7ccc9c6527bf49ea436e12 (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files 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: