Update installation notes
This commit is contained in:
parent
3bf8dd356a
commit
cc0f215392
1 changed files with 3 additions and 13 deletions
16
README.md
16
README.md
|
|
@ -18,14 +18,11 @@ The killer feature of Acme is how it integrates into surrounding system. Acme is
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### FreeBSD
|
|
||||||
```
|
|
||||||
pkg install plan9port
|
|
||||||
```
|
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
```
|
```
|
||||||
brew install plan9port
|
mkdir $HOME/9 && cd $HOME/9
|
||||||
|
git clone https://github.com/9fans/plan9port/ && cd plan9port
|
||||||
|
./INSTALL
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debian
|
### Debian
|
||||||
|
|
@ -38,18 +35,11 @@ cd $HOME/plan9/plan9port
|
||||||
|
|
||||||
## Environment setup
|
## Environment setup
|
||||||
|
|
||||||
### Bash
|
|
||||||
```
|
```
|
||||||
export PLAN9="/path/to/plan9port"
|
export PLAN9="/path/to/plan9port"
|
||||||
export PATH="$PATH:$PLAN9/bin"
|
export PATH="$PATH:$PLAN9/bin"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Tcsh
|
|
||||||
```
|
|
||||||
setenv PLAN9 /path/to/plan9port
|
|
||||||
set path = ($path $PLAN9/bin)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Font
|
## Font
|
||||||
|
|
||||||
Run font server:
|
Run font server:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue