Skip to content

Commit 83cf99b

Browse files
committed
2 parents 6d643c9 + 1746dc1 commit 83cf99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/installing.md

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

2525
```bash
26-
. <(curl -s https://raw.githubusercontent.com/defang-io/defang/main/src/bin/install.sh)
26+
. <(curl -Ls https://s.defang.io/install.sh)
2727
```
2828

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