Browse Source

fix(README): escape space in Lnd/ path

renovate/lint-staged-8.x
Travis Loncar 8 years ago
parent
commit
ec9f87c121
No known key found for this signature in database GPG Key ID: E3CCB95C24FCC88C
  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