Skip to content

Commit

Permalink
Merge pull request #103 from bitkarrot/update-readme
Browse files Browse the repository at this point in the history
update install instructions
  • Loading branch information
rsafier authored May 22, 2022
2 parents 3b43e21 + 87f0d75 commit 5157f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This package will setup a bitcoind, lnd, and tor daemon that will connect to the
```
git clone https://github.com/PLEBNET-PLAYGROUND/plebnet-playground-docker --config core.autocrlf=input
cd plebnet-playground-docker
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
```
Follow [these instructions](https://docs.docker.com/compose/install/#install-compose) to install the `docker compose` subcommand on your system (Mac, Windows, Windows Server 2016, or Linux systems).
Expand Down

0 comments on commit 5157f3f

Please sign in to comment.