Update README.md
This commit is contained in:
parent
294125bc61
commit
59eae60561
1 changed files with 2 additions and 2 deletions
|
@ -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```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue