diff --git a/README.md b/README.md
index bc30781ec738fd03f1ea19955b4273f7cac1c37f..750d5142ca77972c6c69eb383dd299f574a9e961 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ sudo apt -y install wget apt-transport-https ca-certificates curl software-prope
 sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
 sudo apt update
-sudo apt -y install docker-ce git
+sudo apt -y install docker-ce docker-compose git
 sudo mkdir $DATA_DIR
 sudo chown 1000 $DATA_DIR
 sudo /usr/bin/docker run -d \