Skip to content

Commit

Permalink
fixing code in docs example
Browse files Browse the repository at this point in the history
the code you have tries to send the second line as a parameter to  the first.  You can add the && or you can delete the backslash on the previous line.
  • Loading branch information
jimburtoft authored Feb 3, 2024
1 parent 7ced196 commit 381977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 381977f

Please sign in to comment.