Update README.md

This commit is contained in:
Florian Hoss 2022-06-16 09:39:15 +02:00 committed by GitHub
parent 294125bc61
commit 59eae60561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,11 @@
### x86/64 ### x86/64
```sudo curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose``` ```sudo curl -SL https://github.com/docker/compose/releases/download/v2.6.0/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose```
### RaspberryPi ### RaspberryPi
```sudo curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-armv7 -o /usr/local/lib/docker/cli-plugins/docker-compose``` ```sudo curl -SL https://github.com/docker/compose/releases/download/v2.6.0/docker-compose-linux-armv7 -o /usr/local/lib/docker/cli-plugins/docker-compose```
```sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose``` ```sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose```