Update 'README.md'

This commit is contained in:
Llewellyn 2022-12-20 09:47:21 +00:00
parent 46dcfd17c1
commit 6c6888ec40
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ sudo chmod 0755 /usr/local/bin/tutor
```
# install docker compose
```
sudo curl -L "https://github.com/docker/compose/releases/download/2.14.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/v2.14.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
```
# make docker compose executable
```