Update manual instructions for Parallels driver

pull/8317/head
Thomas Strömberg 2020-05-29 11:11:22 -07:00 committed by GitHub
parent c539c2b869
commit f23bb5118f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,10 @@ brew install docker-machine-parallels
Otherwise:
```shell
r=https://api.github.com/repos/Parallels/docker-machine-parallels
curl -LO $(curl -s $r/releases/latest | grep -o 'http.*parallels' | head -n1) \
&& install docker-machine-driver-parallels /usr/local/bin/
latest=$(curl -s https://api.github.com/repos/Parallels/docker-machine-parallels/releases/latest \
| grep -o 'http.*docker-machine-driver-parallels' | head -n1)
curl -LO $latest
install docker-machine-driver-parallels /usr/local/bin/
```