commit f1040b0f61d758abdc582dbdc322d81cab886349 parent 70443f1722efcb638639f6154b2aa59f30f6d229 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 15 Jan 2020 23:06:54 +0300 9base: add note about adding plan9 to path Diffstat:
M | community/9base/post-install | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/community/9base/post-install b/community/9base/post-install @@ -4,6 +4,8 @@ cat <<EOF -> NOTE: Plan9 programs are installed to -> /usr/local/plan9/ to avoid conflicts with --> system programs +-> system programs. If you want to be able to +-> use Plan9 programs, add /usr/local/plan9/bin +-> to your path. EOF