README: don't encourage manual system-wide install

This commit is contained in:
Isaac Freund
2021-05-04 19:56:48 +02:00
parent ce69cfc337
commit 57fe91c5a4

View File

@ -49,7 +49,7 @@ installed:
Then run, for example: Then run, for example:
``` ```
zig build -Drelease-safe --prefix /usr install zig build -Drelease-safe --prefix ~/.local install
``` ```
To enable experimental Xwayland support pass the `-Dxwayland` option as well. To enable experimental Xwayland support pass the `-Dxwayland` option as well.