From 4fec564607959a19844ac16bcce2112d1f11b2a0 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Thu, 11 Nov 2021 12:05:37 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.