diff --git a/README.md b/README.md index dc76a4d..6eae0f9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Build ```bash -git clone https://github.com/confirm-it-solutions/docker-couchpotato.git +git clone https://github.com/dbarton/docker-couchpotato.git cd docker-couchpotato docker build -t . ``` @@ -9,5 +9,5 @@ docker build -t . ## Run ```bash -docker run --name couchpotato -v :/datadir -v :/media confirm/couchpotato +docker run --name couchpotato -v :/datadir -v :/media dbarton/couchpotato ```