Browse Source

Merge pull request #19 from tbloncar/fix/update-mac-lnd-dir-path-readme

Escape space in Mac Lnd/ path in README
renovate/lint-staged-8.x
jackmallers 8 years ago
committed by GitHub
parent
commit
c994779ded
  1. 2
      README.md

2
README.md

@ -36,7 +36,7 @@ After the repo is cloned, you'll want to generate a Node.js compatible cert
# For Linux
$ cd ~/.lnd
# For Mac
$ cd /Users/{your_user_name}/Library/Application Support/Lnd
$ cd ~/Library/Application\ Support/Lnd
# For Windows
$ cd \Users\{your_user_name}\AppData\Local\Lnd

Loading…
Cancel
Save