summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0bcb3d..c4e4771 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,9 @@
- `make shared` (required for all targets, also mentioned when you just do `make`) (shared object)
- `make client` builds the client_example (elf)
- `make server` builds the server_example (elf)
-- `make install` (not implemented, i dont want to install any librarys that are just examples)
+- `sudo make install` installs the library to /usr/local/*
+- `make clean` cleans up all objects and binaries
+- `sudo make cleanall` cleans up objects, binaries and delets it from your /usr/local/*
## Test it
the client needs a running server, so start with it first.\