diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-11 13:34:06 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-11 13:34:06 +0200 |
| commit | 31e47aafbadc545c9c3f214e51e71d0c4127f903 (patch) | |
| tree | 8250148eaa11c1ce0652e7185758619e1e9f69c3 /README.md | |
| parent | 79815da9f07080ae0c354ffdefa693c531dcf6d5 (diff) | |
| download | river-31e47aafbadc545c9c3f214e51e71d0c4127f903.tar.gz river-31e47aafbadc545c9c3f214e51e71d0c4127f903.tar.xz | |
docs: use release-safe in build instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -33,9 +33,13 @@ installed: *Note: NixOS users should refer to the [Building on NixOS wiki page](https://github.com/ifreund/river/wiki/Building-on-NixOS)* -Then run, for example, `sudo zig build --prefix /usr/local install` to build -and install the `river` and `riverctl` binaries to `/usr/local/bin`. To enable -experimental Xwayland support pass the `-Dxwayland=true` option. +Then run, for example, +``` +sudo zig build -Drelease-safe=true --prefix /usr/local install +``` +to build and install the `river` and `riverctl` binaries to +`/usr/local/bin`. To enable experimental Xwayland support pass the +`-Dxwayland=true` option as well. ## Usage |
