Skip to content

Commit f3a4812

Browse files
authored
Merge pull request #258 from DefangLabs/linda-fix-bash-samples
Fix bash shell installation to use eval
2 parents a321ae8 + e04eec6 commit f3a4812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/getting-started/installing.mdx

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

1919
```bash
20-
. <(curl -Ls https://s.defang.io/install)
20+
eval "$(curl -fsSL s.defang.io/install)"
2121
```
2222

2323
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)