aboutsummaryrefslogtreecommitdiffstats
path: root/docs/troubleshooting.md
diff options
context:
space:
mode:
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