Browse Source

Docs: Fix links in Docker install section

master
d11n 2 years ago committed by GitHub
parent
commit
13661f515e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/INSTALL.md

2
docs/INSTALL.md

@ -268,7 +268,7 @@ There, you need to install the client code (without Joinmarket's bitcoin):
#### Docker Installation #### Docker Installation
The [Dockerfile](Dockerfile) provided builds a minimal Docker image which can help in getting started with a custom Docker setup. An example of building and running the [wallet-tool.py](scripts/wallet-tool.py) script: The [Dockerfile](../Dockerfile) provided builds a minimal Docker image which can help in getting started with a custom Docker setup. An example of building and running the [wallet-tool.py](../scripts/wallet-tool.py) script:
``` ```
docker build -t joinmarket-test ./ docker build -t joinmarket-test ./

Loading…
Cancel
Save