Skip to content

Commit 4e71deb

Browse files
authored
Fix installation instructions in README.md
1 parent 836e892 commit 4e71deb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ devbox focuses on fast, disposable, Docker-native development environments with
3333
## Installation
3434

3535
```bash
36-
# Using the install script (primary)
37-
curl -fsSL https://raw.githubusercontent.com/itzcozi/devbox/main/install.sh | bash
38-
3936
# Mirror (CDN)
4037
curl -fsSL https://devbox.ar0.eu/install.sh | bash
38+
39+
# Using the install script
40+
curl -fsSL https://raw.githubusercontent.com/itzcozi/devbox/main/install.sh | bash
41+
4142
# Or manually: https://devbox.ar0.eu/docs/install/#manual-build-from-source
4243
```
4344

0 commit comments

Comments
 (0)