Improve readme sections (#521)

This commit is contained in:
Jonathan Zernik 2020-12-27 23:55:28 -08:00 committed by GitHub
parent b39f308a90
commit b9f37a545f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 12 deletions

View file

@ -4,23 +4,14 @@ Node for Squeak protocol
### Run a node:
##### Requirements
#### Requirements
* a bitcoin node
* an LND node
* Python 3.7 or later
If you don't already have a bitcoin node or lightning node, you can [follow the instructions](docs/DOCKER.md) follow the instructions here to launch them in Docker.
##### Steps
### Run without docker:
##### Requirements
* A running bitcoin node
* A running lnd node
* Python3.6
##### Steps
#### Steps
- Create a **config.ini** file and fill in the relevant sections to connect to your bitcoin and lnd nodes:
```
[squeaknode]

View file

@ -2,7 +2,8 @@
If you don't already have your own bitcoin node and lightning node, you can use docker-compose to launch new ones.
##### Steps
#### Steps
- Build and start docker-compose:
```
$ cd docker