aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: