diff --git a/README.md b/README.md index 9a0c6c0..9ab2fc6 100755 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Being forked from Rio, Ryudo requires `plan9port`, `Xlib`, and `Xt`. 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). -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 to point to the proper location of your plan9port's `mkwsysrules.sh`.