diff --git a/docs/quickstart.md b/docs/quickstart.md index 85c4a987..33322c43 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -8,7 +8,7 @@ You will need to install [Docker](https://docs.docker.com/get-docker/), [Nvidia On Linux, you can install Docker and Docker Compose via the following commands: ```bash sudo apt-get update \ - sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \ + && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \ && sudo systemctl restart docker ```