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: README.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
@@ -10,12 +10,12 @@ This repo includes:
10
10
## Getting started
11
11
* Read our [Terms of Service](https://defang.io/terms-service.html)
12
12
* Install the Defang CLI from one of the following sources:
13
-
* Download the [latest version](https://github.com/defang-io/defang/releases/latest/) of the Defang CLI. For this beta, MacOS users will have to explicitly allow running of downloaded programs in the OS security settings.
14
13
* Using the [Homebrew package manager](https://brew.sh): `brew install defang-io/defang/defang-cli`
15
14
* Using [Go](https://go.dev): `go install github.com/defang-io/defang/src/cmd/cli@latest`
16
15
* Using the [Nix package manager](https://nixos.org):
17
16
* with Nix-Env: `nix-env -if https://github.com/defang-io/defang/archive/main.tar.gz`
18
17
* or with Flakes: `nix profile install github:defang-io/defang#defang-bin --refresh`
18
+
* Download the [latest binary](https://github.com/defang-io/defang/releases/latest/) of the Defang CLI. For this beta, MacOS users will have to explicitly allow running of downloaded programs in the OS security settings.
19
19
* Take a look at our [Samples folder](https://github.com/defang-io/defang/tree/main/samples) for example projects in various programming languages.
20
20
* Try the AI integration by running `defang generate`
Copy file name to clipboardExpand all lines: src/.goreleaser.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ release:
51
51
header: |
52
52
# Defang CLI
53
53
This is the Command Line Interface (CLI) for [Defang](https://defang.io). This is a beta version and is provided as-is, intended primarily for testing purposes.
54
-
Please note, we do not currently have any automated installers. This means you'll need to manually extract the archive and place the binary in your system's PATH.
55
-
## Installation Instructions
54
+
For alternative installation methods, please check the [README](https://github.com/defang-io/defang/blob/main/README.md).
55
+
## Manual installation Instructions
56
56
1. Download the archive file for your Operating System.
57
57
2. Extract the archive. This should reveal the binary file for Defang.
58
58
3. Manually place the binary file in a directory that's included in your system's `PATH` environment variable.
0 commit comments