Document what you need to change in initrc if you want to use 9base.
This commit is contained in:
parent
97691e2a04
commit
cd454bb225
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
plan9port=$PLAN9
|
||||
#plan9port=/usr/local/plan9
|
||||
|
||||
# If you use 9base, it should point to your 9base root, try for example:
|
||||
#plan9port=/usr/lib/9base # This is the default 9base install path in Debian.
|
||||
|
||||
# Path, make sure the plan9port /bin directory is included before /bin
|
||||
# Keep '.' in path! It is needed.
|
||||
path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue