diff --git a/README.md b/README.md index 1dfa10ee..d0c8e052 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/docs/DOCKER.md b/docs/DOCKER.md index a2bfa9b0..2a446f12 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -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