Repositories / jai.git

jai.git

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

Branch

fix typo in install file

Author
David Mazieres <dm@uun.org>
Date
2026-03-28 13:27:56 -0700
Commit
b7f098e1448e804b9f4dac27b45cb49753a33918
INSTALL
index b97d3b5..35d40f9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,13 +16,13 @@ In Ubuntu, you may need the following to get a modern compiler:
     sudo apt install g++-15 libmount-dev libacl1-dev pkg-config
     export CXX=g++-15
 
-To build from building from a release tarball, run:
+To build from a release tarball, run:
 
     ./configure
     make
 
-To build from a git checkout, you will need autoconf, automake, and
-pandoc (to format the man page).  Run:
+To build from a git checkout, you will also need to install autoconf,
+automake, and pandoc (to format the man page).  Run:
 
     ./autogen.sh
     ./configure