We could use more powers (all the sudo's)

This commit is contained in:
Leopere 2018-11-08 17:06:35 -05:00
parent 5094a0bd22
commit 8d7c2847cf
No known key found for this signature in database
GPG key ID: 64476C903E477CCB

View file

@ -1,6 +1,6 @@
## Get the lbry-docker repository
`git clone https://github.com/lbryio/lbry-docker.git`
`sudo git clone https://github.com/lbryio/lbry-docker.git`
## Setup networking
@ -14,9 +14,9 @@ a docker bridge network that is going to be managed externally to your usual doc
This is only required on host mounted volumes. (the default settings)
`mkdir -p ./lbry-docker/lbrycrd/data`
`sudo mkdir -p ./lbry-docker/lbrycrd/data`
`chmod -R 755 ./lbry-docker/lbrycrd/data`
`sudo chmod -R 755 ./lbry-docker/lbrycrd/data`
## Setup lbrycrd