Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We offer a few different ways to install the Defang CLI. You can use a shell scr
You can install the Defang CLI using a shell script. Run the following command in your terminal:

```bash
. <(curl -Ls s.defang.io/install)
eval "$(curl -fsSL s.defang.io/install)"
```

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.
Expand Down
Loading