picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 947220c08544be2d1814db639d8e07214a91e3f1
parent f21923fa74ee90f8952855ba0a87c6aef9d01500
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 26 Apr 2013 07:55:38 +0200

Minor typos
Diffstat:
MINSTALL | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -92,13 +92,13 @@ The recommended way for a global installation is to use a picolisp package from the OS distribution. If that is not available, you can (as root) create symbolic links from /usr/lib -and /usr/bin to a local installation directory +and /usr/bin to a local installation directory: # ln -s /<installdir> /usr/lib/picolisp # ln -s /usr/lib/picolisp/bin/picolisp /usr/bin # ln -s /usr/lib/picolisp/bin/pil /usr/bin -For an additional acces to the the man pages and some examples do +For additional access to the man pages and some examples: # ln -s /<installdir>/man/man1/picolisp.1 /usr/share/man/man1 # ln -s /<installdir>/man/man1/pil.1 /usr/share/man/man1