diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 686a2bac..b9ffb1cb 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -64,6 +64,13 @@ $ sed -i 's#; rpclimituser=whatever_limited_username_you_want#rpclimituser=kek#' $ 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: +```` +[Application Options] +rpclimituser= +rpclimitpass= +```` + **Then, regardless of OS:** ``` $ btcctl --testnet stop