aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-06-14 12:12:41 -0500
committerCalvin Rose <calsrose@gmail.com>2020-06-14 12:12:41 -0500
commit911c2cbe58075e58fa8aa3a6afda35939b4cc663 (patch)
tree8837fd0efb68e11f9da51d01bfa3c245ceaf98a0 /README.md
parentFix broken trace functionality. (diff)
Update CHANGELOG.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ffc0f1b..5be52330 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,7 @@ cd janet
meson setup build \
--buildtype release \
--optimization 2 \
+ --libdir /usr/local/lib \
-Dgit_hash=$(git log --pretty=format:'%h' -n 1)
ninja -C build