Skip to content

Commit

Permalink
Fix path to dat install script on github
Browse files Browse the repository at this point in the history
  • Loading branch information
=^._.^= authored Apr 18, 2018
1 parent 86a0101 commit e24d8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Once `npm install` finishes, you should be able to run the `$ dat` command. If n
If you are unable to use `npm` to install dat, you can also download a single file binary distribution version of `dat` using the one line install command below. The binary includes a copy of node and dat packaged inside a single file, so you just have to download one file in order to start sharing data, with no other dependencies needed on your system:

```
wget -qO- https://raw.githubusercontent.com/datproject/dat/master/bin/download.sh | bash
wget -qO- https://raw.githubusercontent.com/datproject/dat/master/download.sh | bash
```

#### NPM Prerequisites
Expand Down

0 comments on commit e24d8d3

Please sign in to comment.