Skip to content

Commit

Permalink
Add neccesary parameter to sed, and escape whitespace in path.
Browse files Browse the repository at this point in the history
  • Loading branch information
halseth committed Mar 29, 2017
1 parent 65c15c4 commit 6d2bdb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ $ sed -i 's#; rpclimitpass=#rpclimitpass=kek#' ~/.btcd/btcd.conf

**On MacOS:**
```
$ sed -i 's#; rpclimituser=whatever_limited_username_you_want#rpclimituser=kek#' /Users/[username]/Library/Application Support/Btcd/btcd.conf
$ sed -i 's#; rpclimitpass=#rpclimitpass=kek#' /Users/[username]/Library/Application Support/Btcd/btcd.conf
$ sed -i '' 's#; rpclimituser=whatever_limited_username_you_want#rpclimituser=kek#' /Users/[username]/Library/Application\ Support/Btcd/btcd.conf
$ sed -i '' 's#; rpclimitpass=#rpclimitpass=kek#' /Users/[username]/Library/Application\ Support/Btcd/btcd.conf
```

If you did not have a `btcd.conf` file yet, you can simply paste the following into it:
Expand Down

0 comments on commit 6d2bdb9

Please sign in to comment.