Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit ab1d6d0

Browse files
authored
Merge pull request #19 from 181192/patch-1
Fix install_linux.sh script url
2 parents b3c730c + 68cb6bd commit ab1d6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ with a fresh install of Ubuntu 20.04.
5656
You can install the new CLI using the install script:
5757

5858
```console
59-
curl -L https://github.com/docker/aci-integration-beta/blob/main/scripts/install_linux.sh | sh
59+
curl -L https://raw.githubusercontent.com/docker/aci-integration-beta/main/scripts/install_linux.sh | sh
6060
```
6161

6262
### Manual install

0 commit comments

Comments
 (0)