aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-13 00:08:12 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-10-13 00:08:12 +0200
commit7cd5d5ac19d3ef58a95c1d8b338e9fcf6a131f2c (patch)
tree819fd75b671b5df231c4abbab65690af64c81be5
parent240b41ed21ea41ba28272d44a4566e2955b5f00b (diff)
Update compilation instructions
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index bfa97fb..3f948cd 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,11 @@ and percentages.
## Compilation
-Compilation of the library is extremely simple:
+Compilation of the library is extremely simple, but will require you to have the
+`tup` build system installed:
```
-$ make # To build the library
+$ tup # To build the library
# make install # To install the library, requires root privileges
```