diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 |