mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
Update development doc
This commit is contained in:
parent
601c6f2744
commit
1666cc0ff5
1 changed files with 2 additions and 2 deletions
|
|
@ -32,9 +32,9 @@ You can also run your own squeaknode on your host machine.
|
|||
pip install .
|
||||
```
|
||||
|
||||
- Make sure that `~/.lnd` directory (created by docker container) has read permissions. You may need to change the permissions:
|
||||
- Copy the `~/.lnd` directory from the docker container to your host machine.
|
||||
```
|
||||
sudo chmod -R 755 ~/.lnd/
|
||||
docker cp lnd_client:/root/.lnd/ ~/.lnd
|
||||
```
|
||||
|
||||
- Run squeaknode with authentication disabled:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue