diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-15 23:06:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 23:06:54 +0300 |
commit | f1040b0f61d758abdc582dbdc322d81cab886349 (patch) | |
tree | 4d60002660217d26320120bd6a20311e6ad81dc2 /community | |
parent | 70443f1722efcb638639f6154b2aa59f30f6d229 (diff) | |
download | repository-f1040b0f61d758abdc582dbdc322d81cab886349.tar.gz |
9base: add note about adding plan9 to path
Diffstat (limited to 'community')
-rwxr-xr-x | community/9base/post-install | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/9base/post-install b/community/9base/post-install index 0a4fe747..45430efb 100755 --- 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 |