Skip to content

Commit

Permalink
doc: mention creating application support bitcoin folder on OSX
Browse files Browse the repository at this point in the history
Github-Pull: bitcoin#15802
Rebased-From: 8dfbb5c
  • Loading branch information
Jack Mallers authored and fanquake committed Apr 16, 2019
1 parent c69138a commit 9c572e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9c572e3

Please sign in to comment.