mk-standalone

standalone mk from 9base
git clone git@git.evenfri.pw:mk-standalone.git
Log | Files | Refs | README

commit b120d95fd83eabbb375a67b1079a89647f980db9
parent 2b942f6b9487bd43bacef7a9b51d3844e97b2b66
Author: evenfri <evenfri256@gmail.com>
Date:   Fri, 24 Jul 2026 01:14:46 +0800

update install script

Diffstat:
Minstall | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/install b/install @@ -16,5 +16,6 @@ sudo cp -r lib9/lib9.a /usr/local/plan9/lib/ echo echo "* please paste to your ~/.{shell}rc" +echo " export LPLAN9=\"/usr/local/plan9\"" echo " export PATH=\"\$LPLAN9/bin:\$PATH\"" echo