aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-14 11:36:48 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2018-11-14 11:36:48 +0800
commitc96195051fe19aa12035e72025f067be0ea8d6c0 (patch)
treee6c4532fd33c2d4c71d423e5b5ae20aba0a7d679
parentc1c22c5bc50d3417fc331486bdb05337dfbdc28b (diff)
downloaddexon-wiki-c96195051fe19aa12035e72025f067be0ea8d6c0.tar
dexon-wiki-c96195051fe19aa12035e72025f067be0ea8d6c0.tar.gz
dexon-wiki-c96195051fe19aa12035e72025f067be0ea8d6c0.tar.bz2
dexon-wiki-c96195051fe19aa12035e72025f067be0ea8d6c0.tar.lz
dexon-wiki-c96195051fe19aa12035e72025f067be0ea8d6c0.tar.xz
dexon-wiki-c96195051fe19aa12035e72025f067be0ea8d6c0.tar.zst
dexon-wiki-c96195051fe19aa12035e72025f067be0ea8d6c0.zip
Updated Building DEXON (markdown)
-rw-r--r--Building-DEXON.md29
1 files changed, 21 insertions, 8 deletions
diff --git a/Building-DEXON.md b/Building-DEXON.md
index e5aead9..154905c 100644
--- a/Building-DEXON.md
+++ b/Building-DEXON.md
@@ -1,10 +1,23 @@
-**Work in progress**
+## Installation Instructions
-```
-git clone https://github.com/dexon-foundation/dexon
-```
+**All platforms except Mac OS X are still work in progress**
-```
-cd dexon
-make gdex
-``` \ No newline at end of file
+Follow the appropriate link below to find installation instructions for
+your platform.
+
+* [Installation Instructions for Mac OS X](https://github.com/dexon-foundation/wiki/wiki/Installation-Instructions-for-Mac)
+* [Installation Instructions for Windows](https://github.com/dexon-foundation/wiki/wiki/Installation-instructions-for-Windows)
+* Installation Instructions for Linux/Unix
+ * [Ubuntu](https://github.com/dexon-foundation/wiki/wiki/Installation-Instructions-for-Ubuntu)
+ * [Arch](https://github.com/dexon-foundation/wiki/wiki/Installation-Instructions-for-Arch)
+ * [FreeBSD](https://github.com/dexon-foundation/wiki/wiki/Installation-Instructions-for-FreeBSD)
+* [Setup for Raspberry Pi](https://github.com/dexon-foundation/wiki/wiki/Raspberry-Pi-instructions)
+ * [ARM](https://github.com/dexon-foundation/wiki/wiki/Installation-Instructions-for-ARM)
+* [Usage instructions for Docker](https://github.com/dexon-foundation/wiki/wiki/Running-in-Docker)
+
+<!--
+## Quick Links
+
+* [Ubuntu PPA](https://launchpad.net/~dexon-foundation/+archive/ubuntu/dexon-foundation)
+* [Download Page](https://geth.dexon-foundation.org/downloads)
+--> \ No newline at end of file