Browse Source
fix(README): escape space in Lnd/ path
renovate/lint-staged-8.x
Travis Loncar
8 years ago
No known key found for this signature in database
GPG Key ID: E3CCB95C24FCC88C
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|