aboutsummaryrefslogtreecommitdiffstats
path: root/docs/troubleshooting.md
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2017-06-05 18:39:45 -0700
committerGitHub <noreply@github.com>2017-06-05 18:39:45 -0700
commitd151454123ca20873534cfaa4c3fdd3870a49baf (patch)
treef4d7f0aa1f6e62e77058f234cf5217a4df97fb88 /docs/troubleshooting.md
parent8375164018e30c84fc109475efbdd87b28bd1627 (diff)
downloaddat-docs-d151454123ca20873534cfaa4c3fdd3870a49baf.tar.gz
dat-docs-d151454123ca20873534cfaa4c3fdd3870a49baf.zip
update the sidebar and tutorial (#59)
* update sidebar and tutorial page * remove default page * add intro * update intro section * update top of install and fix links * key concepts * another attempt at intro * cheeky * update typos * typo * add joe's edits * fix intro with edits * fix links in intro * double header on terminology * move around, fix version control section
Diffstat (limited to 'docs/troubleshooting.md')
-rw-r--r--docs/troubleshooting.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index f298a81..45e3fda 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -62,17 +62,10 @@ For direct connection tests, the doctor will print out a command to run on the o
## Installation Troubleshooting
-### Dat Desktop
-
-TODO
-
-### Command Line
-
-To use the Dat command line tool you will need to have [node and npm installed](https://docs.npmjs.com/getting-started/installing-node). Make sure those are installed correctly before installing Dat. Dat only supports Node versions 4 and above. You can check the version of each:
+To use the Dat command line tool you will need to have [node and npm installed](https://docs.npmjs.com/getting-started/installing-node). Make sure those are installed correctly before installing Dat. Dat only supports Node versions 4 and above.
```
node -v
-npm -v
```
#### Global Install