Skip to content

Commit 912f614

Browse files
authored
Update release path
1 parent 4f8b00f commit 912f614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Or if you just don't care and are happy to run random scripts from the internet:
1515
```bash
1616
OS=linux # also darwin
1717
ARCH=amd64 # also 386
18-
wget https://raw.githubusercontent.com/stuartleeks/devcontainer-cli/master/scripts/install.sh
18+
wget https://raw.githubusercontent.com/stuartleeks/devcontainer-cli/main/scripts/install.sh
1919
chmod +x install.sh
2020
sudo -E ./install.sh
2121
```

0 commit comments

Comments
 (0)