From 2fc82cddebc3ea1a3e16eef8425b967fb55ff2ea Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Sun, 8 Nov 2015 23:10:49 +0100 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```