Skip to content

Commit

Permalink
Namecoin: Fix typo in Windows Docker build instructions rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Feb 1, 2019
1 parent 2db4ea9 commit 75985d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/build-wine/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ folder.
$ git checkout $REV
$ sudo docker run -it \
--name electrum-wine-builder-cont \
-v $PWD:/opt/wine64/drive_c/electrum_nmc \
-v $PWD:/opt/wine64/drive_c/electrum-nmc \
--rm \
--workdir /opt/wine64/drive_c/electrum_nmc/contrib/build-wine \
--workdir /opt/wine64/drive_c/electrum-nmc/contrib/build-wine \
electrum-wine-builder-img \
./build.sh
```
Expand Down

0 comments on commit 75985d2

Please sign in to comment.