Updated README.md for lbrynet-daemon

This commit is contained in:
Leopere 2018-09-30 17:12:58 -04:00
parent dce8322b25
commit 3aa5532bd2

View file

@ -5,8 +5,8 @@ I'll document a bit of this later but for now you may look over ```docker-compos
#### Invocation #### Invocation
This will get you a running copy of the lbrynet-daemon running inside of a docker container with default settings. This will get you a running copy of the lbrynet-daemon running inside of a docker container with default settings.
``` ```
git clone https://github.com/chamunks/lbry-docker.git ./lbry git clone https://github.com/chamunks/lbry-docker.git
cd ./lbry cd ./lbry-docker/lbrynet-daemon/
docker-compose up -d docker-compose up -d
``` ```