You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/installing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ We offer a few different ways to install the Defang CLI. You can use a shell scr
20
20
You can install the Defang CLI using a shell script. Run the following command in your terminal:
21
21
22
22
```bash
23
-
. <(curl -Ls s.defang.io/install)
23
+
eval "$( curl -Ls https://s.defang.io/install)"
24
24
```
25
25
26
26
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