git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit942ee14535f0714cdbf2164b21636fad88bcecf8
parenta0088dc7b2
authorIsaac Freund <[email protected]>
date2020-06-11 13:34
docs: use release-safe in build instructions

 README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c1ef310..f0a8e5e 100644
--- a/README.md
+++ b/README.md
@@ -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