aboutsummaryrefslogtreecommitdiffstats
path: root/docs/install.md
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2017-05-31 10:55:05 -0700
committerGitHub <noreply@github.com>2017-05-31 10:55:05 -0700
commitd1399d3ea9d3473d9986d1e90aef59de1025c687 (patch)
tree6ad82a494d20848b22c9422a9c26e32dc396fdfe /docs/install.md
parent079395f55df778af0fc87bad8730ca62462201c8 (diff)
downloaddat-docs-d1399d3ea9d3473d9986d1e90aef59de1025c687.tar.gz
dat-docs-d1399d3ea9d3473d9986d1e90aef59de1025c687.zip
SLEEP + general docs update + more introduction content (#57)
* big docs update * fix sleep link * separate sustainability header * better into and reword * clean up terms and other places * add intro, overview, troubleshooting. update more content * minor change to force new deploy * more words * more updates and some pictures * wordsmith intro to be more about dat uniqueness * syncing & publishing * add link files description * add new gifs * change overview to remove tutorial * add wip tutorial content * update build with dat * add http file
Diffstat (limited to 'docs/install.md')
-rw-r--r--docs/install.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/install.md b/docs/install.md
deleted file mode 100644
index 66304a5..0000000
--- a/docs/install.md
+++ /dev/null
@@ -1,18 +0,0 @@
-## Dat Desktop
-
-| MacOS | [Download](https://github.com/datproject/dat-desktop/releases/download/1.0.3/dat-desktop-1.0.3.dmg) |
-|---------|-------------------|
-| Linux | [Build from Source](http://github.com/datproject/dat-desktop) |
-| Windows | Coming Soon |
-
-## In the terminal
-
-```
-npm install -g dat
-```
-
-Requires [node 4](http://node.js) or later. If you have a problem with permissions, [see this guide](https://docs.npmjs.com/getting-started/fixing-npm-permissions). Any other problems, see [troubleshooting](/dat#troubleshooting) or the [FAQ](/faq).
-
-## Node.js
-
-See our [node.js library](http://github.com/datproject/dat-node), our underlying protocl layer [hyperdrive](http://github.com/mafintosh/hyperdrive) and the [ecosystem guide](https://docs.datproject.org/ecosystem) for a variety of ways to build dat-compatible applications using Node.