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 95d2fe5 commit 192ef21Copy full SHA for 192ef21
README.md
@@ -16,7 +16,7 @@ A Docker project template generator that helps create consistent and well-struct
16
### Quick Install (Linux and macOS)
17
18
```bash
19
-curl -fsSL https://github.com/utensils/essex/releases/latest/download/download_cli.sh | bash
+curl -fsSL -o essex-install.sh https://github.com/utensils/essex/releases/latest/download/download_cli.sh && bash essex-install.sh
20
```
21
22
This script will:
0 commit comments