aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-08 17:10:24 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-08 17:10:24 -0700
commite96df2cdf5acc7d252e3c91f531786934ce7e51d (patch)
treece9a46fd4a33c544b2b4c7da962998fbd43c2df7 /README.md
parenta5fb781077cdfd6eacd806b3762c759a40cdba31 (diff)
add more readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index f771f98..f0287c1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
work in progress
-build
+build, install, and run using `make`:
+```
+make
+sudo make install
+remote_plot
+```
+
+build and run without make:
```
cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c
+./remote_plot
```