From 9b26d4a193211d0ae44aa14504abf7c471c98f36 Mon Sep 17 00:00:00 2001 From: Josh Finer Date: Fri, 1 Jul 2016 13:04:56 -0400 Subject: [PATCH] Update mining-credits.md --- posts/faq/mining-credits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`