doc: mention creating application support bitcoin folder on OSX

Github-Pull: #15802
Rebased-From: 8dfbb5cf23
This commit is contained in:
Jack Mallers 2019-04-11 20:12:25 -05:00 committed by fanquake
parent c69138a0d6
commit 9c572e3b21
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -82,6 +82,8 @@ Bitcoin Core is now available at `./src/bitcoind`
Before running, you may create an empty configuration file:
mkdir -p "/Users/${USER}/Library/Application Support/Bitcoin"
touch "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf"
chmod 600 "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf"