Update installation notes

This commit is contained in:
Ev Bogdanov 2017-08-21 15:50:21 +03:00
parent 3bf8dd356a
commit cc0f215392

View file

@ -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: