Skip to content

Commit

Permalink
add sudo to chown
Browse files Browse the repository at this point in the history
that was the whole point d'oh
  • Loading branch information
JoeSchr authored Feb 4, 2021
1 parent 5165357 commit 428d2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ cp: cannot create regular file 'user_data/data/binance/pairs.json': Permission d
so you will need to fix your permission by doing:

```
chown -R $UID:$GID user_data
sudo chown -R $UID:$GID user_data
```

The format of the `pairs.json` file is a simple json list.
Expand Down

0 comments on commit 428d2af

Please sign in to comment.