Skip to content

Commit 12a2ed3

Browse files
authored
Fix install steps
1 parent b3f0824 commit 12a2ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Extract `devcontainer` from the archive and place in a folder in your `PATH`.
1313
Or if you just don't care and are happy to run random scripts from the internet:
1414

1515
```bash
16-
OS=linux # also darwin
17-
ARCH=amd64 # also 386
16+
export OS=linux # also darwin
17+
export ARCH=amd64 # also 386
1818
wget https://raw.githubusercontent.com/stuartleeks/devcontainer-cli/main/scripts/install.sh
1919
chmod +x install.sh
2020
sudo -E ./install.sh

0 commit comments

Comments
 (0)