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