We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8b00f commit 912f614Copy full SHA for 912f614
README.md
@@ -15,7 +15,7 @@ Or if you just don't care and are happy to run random scripts from the internet:
15
```bash
16
OS=linux # also darwin
17
ARCH=amd64 # also 386
18
-wget https://raw.githubusercontent.com/stuartleeks/devcontainer-cli/master/scripts/install.sh
+wget https://raw.githubusercontent.com/stuartleeks/devcontainer-cli/main/scripts/install.sh
19
chmod +x install.sh
20
sudo -E ./install.sh
21
```
0 commit comments