commit ace7bcb75bf2f4e27abbd413b45d04ab4314fbb1
parent b1b88c75fd763ee768d88cd60e61aabf9efeb642
Author: Russ Cox <rsc@golang.org>
Date: Sat, 6 Apr 2024 11:14:36 -0400
INSTALL: fix $PLAN9 in message
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL
@@ -23,6 +23,8 @@ x-r)
exit 1
esac
+PLAN9=`pwd` export PLAN9
+
echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"