aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```