From d151454123ca20873534cfaa4c3fdd3870a49baf Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Mon, 5 Jun 2017 18:39:45 -0700 Subject: 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 --- docs/troubleshooting.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'docs/troubleshooting.md') 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 -- cgit v1.2.3