diff --git a/posts/faq/mining-credits.md b/posts/faq/mining-credits.md index 6ec335a1..f5493e5f 100644 --- a/posts/faq/mining-credits.md +++ b/posts/faq/mining-credits.md @@ -14,7 +14,7 @@ LBRY binaries are out for OS X and Ubuntu. Others may try compiling from source. ## Mining on macOS 1. `wget https://s3.amazonaws.com/files.lbry.io/osxbins.zip` -1. `unzip bins.zip` +1. `unzip osxbins.zip` 1. `mkdir ~/Library/Application\ Support/lbrycrd` 1. `sudo chown -R "$(whoami)" ~/Library/Application\ Support/lbrycrd` 1. `echo -e "rpcuser=lbryrpc\nrpcpassword=$(env LC_CTYPE=C LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 16 | xargs)" > ~/Library/Application\ Support/lbrycrd/lbrycrd.conf`