Skip to content

Commit da85f33

Browse files
authored
Merge pull request #258 from DefangLabs/linda-fix-bash-samples
Fix bash shell installation to use eval
2 parents f04302c + 5d1fe36 commit da85f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ brew install defang-io/defang/defang
107107
You can install the Defang CLI using a bash script. Just run the following command in your terminal:
108108

109109
```bash
110-
. <(curl -Ls https://s.defang.io/install)
110+
eval "$(curl -fsSL s.defang.io/install)"
111111
```
112112

113113
The script will try to download the appropriate binary for your operating system and architecture, add it to `~/.local/bin`, and add `~/.local/bin` to your `PATH` if it's not already there, with your permission. If you do not provide permission it will print an appropriate instruction for you to follow to add it manually. You can also customize the installation directory by setting the `INSTALL_DIR` environment variable before running the script.

0 commit comments

Comments
 (0)