docs: use release-safe in build instructions

This commit is contained in:
Isaac Freund 2020-06-11 13:34:06 +02:00
parent 79815da9f0
commit 31e47aafba
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -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