README - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (605B) | |
--- | |
1 Abstract | |
2 -------- | |
3 This is a port of various original Plan 9 tools for Unix, based on | |
4 plan9port[1]. See the LICENSE file for license details. | |
5 | |
6 | |
7 Installation | |
8 ------------ | |
9 Edit config.mk to match your local setup and execute 'make install' | |
10 (if necessary as root). By default, 9base is installed into its own | |
11 hierarchy, /usr/local/plan9. This is done to avoid conflicts with the | |
12 standard tools of your system. | |
13 | |
14 | |
15 Credits | |
16 ------- | |
17 Many thanks go to Lucent, the Bell Labs which developed this fine | |
18 stuff and to Russ Cox for his plan9port. | |
19 | |
20 References | |
21 ---------- | |
22 [1] http://swtch.com/plan9port/ | |
23 | |
24 --Anselm R Garbe |