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 b3f0824 commit 12a2ed3Copy full SHA for 12a2ed3
README.md
@@ -13,8 +13,8 @@ Extract `devcontainer` from the archive and place in a folder in your `PATH`.
13
Or if you just don't care and are happy to run random scripts from the internet:
14
15
```bash
16
-OS=linux # also darwin
17
-ARCH=amd64 # also 386
+export OS=linux # also darwin
+export ARCH=amd64 # also 386
18
wget https://raw.githubusercontent.com/stuartleeks/devcontainer-cli/main/scripts/install.sh
19
chmod +x install.sh
20
sudo -E ./install.sh
0 commit comments