diff --git a/README.md b/README.md index 7a4dc4153..5824fea10 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cd gantryd cat requirements.system | xargs sudo apt-get install -y virtualenv --distribute venv venv/bin/pip install -r requirements.txt -sudo docker login -p 9Y1PX7D3IE4KPSGCIALH17EM5V3ZTMP8CNNHJNXAQ2NJGAS48BDH8J1PUOZ869ML -u 'quay+deploy' -e notused staging.quay.io +sudo docker login -u 'quay+deploy' -e notused staging.quay.io ``` start the quay processes: @@ -67,7 +67,7 @@ cd gantryd cat requirements.system | xargs sudo apt-get install -y virtualenv --distribute venv venv/bin/pip install -r requirements.txt -sudo docker login -p 9Y1PX7D3IE4KPSGCIALH17EM5V3ZTMP8CNNHJNXAQ2NJGAS48BDH8J1PUOZ869ML -u 'quay+deploy' -e notused quay.io +sudo docker login -u 'quay+deploy' -e notused quay.io ``` start the worker