Skip to content

Commit 192ef21

Browse files
committed
fix: update installation command to be more reliable by downloading script first
1 parent 95d2fe5 commit 192ef21

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
@@ -16,7 +16,7 @@ A Docker project template generator that helps create consistent and well-struct
1616
### Quick Install (Linux and macOS)
1717

1818
```bash
19-
curl -fsSL https://github.com/utensils/essex/releases/latest/download/download_cli.sh | bash
19+
curl -fsSL -o essex-install.sh https://github.com/utensils/essex/releases/latest/download/download_cli.sh && bash essex-install.sh
2020
```
2121

2222
This script will:

0 commit comments

Comments
 (0)