update README

This commit is contained in:
Iris Lightshard 2021-11-11 12:05:37 -07:00
parent dc530130af
commit 4fec564607
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -54,7 +54,7 @@ Being forked from Rio, Ryudo requires `plan9port`, `Xlib`, and `Xt`.
If you enable notifications, they need `libnotify`. If you enable notifications, they need `libnotify`.
(With the exception of `plan9port`, you need the development headers for all the dependencies in addition to the libraries themselves in order to compile). (With the exception of `plan9port`, you need the development headers for all the dependencies in addition to the libraries themselves in order to compile).
Build with `build.sh` (calls `mk` and does some other magic), and install with `install.sh` (will install to a local folder if run as a normal user, or to your `$PLAN9/bin/` if run as root). Build with `build.sh` (calls `mk` and does some other magic), and install with `install.sh` (will install to a local folder if run as a normal user, or to your `$PLAN9/bin/` plus session wrapper in `/usr/bin` and `.desktop` file in `/usr/share/xsessions/` if run as root).
If you have trouble building, you might need to edit the `mkfile` at line 2 If you have trouble building, you might need to edit the `mkfile` at line 2
to point to the proper location of your plan9port's `mkwsysrules.sh`. to point to the proper location of your plan9port's `mkwsysrules.sh`.