summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 8a7fa42..f680594 100644
--- a/README.org
+++ b/README.org
@@ -29,9 +29,9 @@ newer (hopefully the newest!) Zig version that should enable you to compile the
29** Compiling & installing 29** Compiling & installing
30 30
31#+begin_src shell 31#+begin_src shell
32 git clone --recursive https://git.sr.ht/~ukko/zup 32 git clone https://git.sr.ht/~ukko/zup
33 cd zup 33 cd zup
34 zig build -Drelease-safe -p ~/.local 34 zig build -Doptimize=ReleaseSafe -p ~/.local
35#+end_src 35#+end_src
36 36
37** Using 37** Using