aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a7973c..4d90a72 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ Ther following steps are needed to deploy and start ONAP APPC:
```bash
# Install Docker-Compose
apt-get install python-pip
-pip install docker-compose
+pip install --no-cache-dir docker-compose
# Login to Nexus Repo to pull Docker Images (this assumes that Nexus Certificate is already imported in the Host VM on /usr/local/share/ca-certificates/ path):
docker login <DOCKER_REGISTRY_REPO> # prompts for user credentials as a way to authenticate