From d1399d3ea9d3473d9986d1e90aef59de1025c687 Mon Sep 17 00:00:00 2001 From: Joe Hand Date: Wed, 31 May 2017 10:55:05 -0700 Subject: 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 --- docs/install.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/install.md (limited to 'docs/install.md') 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. -- cgit v1.2.3