From cc0f2153924e9074dce9bd8b44e09d5860dcf67d Mon Sep 17 00:00:00 2001 From: Ev Bogdanov Date: Mon, 21 Aug 2017 15:50:21 +0300 Subject: [PATCH] Update installation notes --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8ae6998..5d837c8 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,11 @@ The killer feature of Acme is how it integrates into surrounding system. Acme is ## Install -### FreeBSD -``` -pkg install plan9port -``` - ### macOS ``` -brew install plan9port +mkdir $HOME/9 && cd $HOME/9 +git clone https://github.com/9fans/plan9port/ && cd plan9port +./INSTALL ``` ### Debian @@ -38,18 +35,11 @@ cd $HOME/plan9/plan9port ## Environment setup -### Bash ``` export PLAN9="/path/to/plan9port" export PATH="$PATH:$PLAN9/bin" ``` -### Tcsh -``` -setenv PLAN9 /path/to/plan9port -set path = ($path $PLAN9/bin) -``` - ## Font Run font server: