Repositories / jai.git

jai.git

Clone (read-only): git clone http://git.guha-anderson.com/git/jai.git

Branch

link to home page, fix typo on INSTALL

Author
David Mazieres <dm@uun.org>
Date
2026-03-27 01:21:47 -0700
Commit
25c77f44b55026dcb274b2818dd1b78e3fe415e0
INSTALL
index e99eb5b..b3ac144 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,5 +37,5 @@ setuid executable.  You can run:
 
     sudo test/setup-setuid.sh
 
-to do this automatically in on /var/tmp, which is generally mounted
+to do this automatically in /var/tmp, which is generally mounted
 setuid capable.
README.md
index 97b5a6a..8da4fff 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ linux APIs to isolate processes and avoid time-of-check-to-time-of-use
 race conditions.  It will not work with kernels older than 6.13 or
 operating systems other than linux.
 
-See the [man page](jai.1.md) for more documentation.
+See the [home page](https://jai.scs.stanford.edu) or the [man
+page](jai.1.md) for more documentation.
 
 See the [INSTALL](INSTALL) file for installation instructions.