Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1622: Docs: Fix links in Docker install section

13661f515e Docs: Fix links in Docker install section (d11n)

Pull request description:

  .

ACKs for top commit:
  kristapsk:
    ACK 13661f515e

Tree-SHA512: c669a9097475b0563b0fa3a40f6dd1a0a94a9235b13b57d611fc0ef0859f291517f65108ed7dde1dd172587080e78853bd5545a5b7d34a8f7dd3a870dd8f1490
master
Kristaps Kaupe 2 years ago
parent
commit
8377d0efee
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  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