Skip to content

Commit e860989

Browse files
committed
update README
1 parent d94bbab commit e860989

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This repo includes:
1010
## Getting started
1111
* Read our [Terms of Service](https://defang.io/terms-service.html)
1212
* 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.
1413
* Using the [Homebrew package manager](https://brew.sh): `brew install defang-io/defang/defang-cli`
1514
* Using [Go](https://go.dev): `go install github.com/defang-io/defang/src/cmd/cli@latest`
1615
* Using the [Nix package manager](https://nixos.org):
1716
* with Nix-Env: `nix-env -if https://github.com/defang-io/defang/archive/main.tar.gz`
1817
* 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.
1919
* Take a look at our [Samples folder](https://github.com/defang-io/defang/tree/main/samples) for example projects in various programming languages.
2020
* Try the AI integration by running `defang generate`
2121
* Start your new service with `defang compose up`

src/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ release:
5151
header: |
5252
# Defang CLI
5353
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
5656
1. Download the archive file for your Operating System.
5757
2. Extract the archive. This should reveal the binary file for Defang.
5858
3. Manually place the binary file in a directory that's included in your system's `PATH` environment variable.

0 commit comments

Comments
 (0)