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
@@ -11,7 +11,7 @@ This repo includes:
11
11
* Read our [Terms and Conditions](https://defang.io/terms-service.html)
12
12
* 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.
13
13
* or use the [Nix package manager](https://nixos.org):
14
-
* with Nix-Env: `nix-env -if https://github.com/defang-io/defang/archive/master.tar.gz`
14
+
* with Nix-Env: `nix-env -if https://github.com/defang-io/defang/archive/main.tar.gz`
15
15
* with Flakes: `nix profile install github:defang-io/defang#defang-bin --refresh`
16
16
* Take a look at our [Samples folder](https://github.com/defang-io/defang/tree/main/samples) for example projects in various programming languages.
17
17
* Try the AI integration by running `defang generate`
0 commit comments