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

Commit 68cb6bd

Browse files
authored
Fix install_linux.sh script url
1 parent 30197d3 commit 68cb6bd

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
@@ -52,7 +52,7 @@ with a fresh install of Ubuntu 20.04.
5252
You can install the new CLI using the install script:
5353

5454
```console
55-
curl -L https://github.com/docker/aci-integration-beta/blob/main/scripts/install_linux.sh | sh
55+
curl -L https://raw.githubusercontent.com/docker/aci-integration-beta/main/scripts/install_linux.sh | sh
5656
```
5757

5858
### Manual install

0 commit comments

Comments
 (0)