Browse Source

doc: factored OpenIndiana install into file

Alexei Colin 10 years ago
parent
commit
9caa52321b
2 changed files with 19 additions and 18 deletions
  1. 1 18
      README.md
  2. 18 0
      doc/open-indiana.md

+ 1 - 18
README.md

@@ -371,24 +371,7 @@ Thats it for now! Got More? Tell us on IRC.
 
 * [Run cjdns as a non-root user](doc/non-root-user.md)
 * [Setup a cjdns NAT gateway for your LAN](doc/nat-gateway.md)
-
-## Installing cjdns on OpenIndiana
-
-**currently broken by recent changes**
-
-In order to install cjdns on an OpenIndiana system, do the following:
-
-    sudo pkg set-publisher -p http://pkg.openindiana.org/sfe
-    sudo pkg install runtime/gcc@4.6.2,5.11-0.151.1:20111222T011404Z
-    sudo pkg install gnu-make
-    sudo pkg install header-math
-    sudo pkg install git
-    sudo pkg install tuntap
-    git clone git://github.com/cjdelisle/cjdns.git
-    cd cjdns
-    ./do
-
-Once it has completed successfully, simply type ./cjdroute and follow the normal instructions
+* [Install cjdns on OpenIndiana](doc/open-indiana.md)
 
 # Accessing the cjdns admin interface
 

+ 18 - 0
doc/open-indiana.md

@@ -0,0 +1,18 @@
+# Installing cjdns on OpenIndiana
+
+**currently broken by recent changes**
+
+In order to install cjdns on an OpenIndiana system, do the following:
+
+    sudo pkg set-publisher -p http://pkg.openindiana.org/sfe
+    sudo pkg install runtime/gcc@4.6.2,5.11-0.151.1:20111222T011404Z
+    sudo pkg install gnu-make
+    sudo pkg install header-math
+    sudo pkg install git
+    sudo pkg install tuntap
+    git clone git://github.com/cjdelisle/cjdns.git
+    cd cjdns
+    ./do
+
+Once it has completed successfully, simply type ./cjdroute and follow the
+normal instructions