|
1 |
| -[](https://github.com/defang-io/defang/actions/workflows/go.yml) |
| 1 | +[](https://github.com/DefangLabs/defang/actions/workflows/go.yml) |
2 | 2 |
|
3 | 3 | # Defang
|
4 | 4 |
|
5 | 5 | Defang is a radically simpler way for developers to create, deploy, and manage cloud applications.
|
6 | 6 |
|
7 | 7 | This repo includes:
|
8 | 8 |
|
9 |
| -- Public releases of the Defang CLI; [click here](https://github.com/defang-io/defang/releases/latest/) for the latest version |
| 9 | +- Public releases of the Defang CLI; [click here](https://github.com/DefangLabs/defang/releases/latest/) for the latest version |
10 | 10 | - Samples in Golang, Python, and Node.js that show how to accomplish various tasks and deploy them to the DOP using a Docker Compose file using the Defang CLI.
|
11 |
| -- Samples that show how to deploy an app using the [Defang Pulumi Provider](https://github.com/defang-io/pulumi-defang). |
| 11 | +- Samples that show how to deploy an app using the [Defang Pulumi Provider](https://github.com/DefangLabs/pulumi-defang). |
12 | 12 |
|
13 | 13 | ## Getting started
|
14 | 14 |
|
15 | 15 | - Read our [Getting Started](https://docs.defang.io/docs/getting-started) page
|
16 | 16 | - Follow the installation instructions from the [Installing](https://docs.defang.io/docs/getting-started/installing) page
|
17 |
| -- Take a look at our [Samples folder](https://github.com/defang-io/defang/tree/main/samples) for example projects in various programming languages. |
| 17 | +- Take a look at our [Samples folder](https://github.com/DefangLabs/defang/tree/main/samples) for example projects in various programming languages. |
18 | 18 | - Try the AI integration by running `defang generate`
|
19 | 19 | - Start your new service with `defang compose up`
|
20 | 20 |
|
21 | 21 | ## Installing
|
22 | 22 |
|
23 | 23 | Install the Defang CLI from one of the following sources:
|
24 | 24 |
|
25 |
| -- Using the [Homebrew](https://brew.sh) package manager [defang-io/defang tap](https://github.com/defang-io/homebrew-defang): |
| 25 | +- Using the [Homebrew](https://brew.sh) package manager [DefangLabs/defang tap](https://github.com/DefangLabs/homebrew-defang): |
26 | 26 | ```
|
27 |
| - brew install defang-io/defang/defang |
| 27 | + brew install DefangLabs/defang/defang |
28 | 28 | ```
|
29 | 29 | - Using a shell script:
|
30 | 30 | ```
|
31 | 31 | . <(curl -Ls https://s.defang.io/install)
|
32 | 32 | ```
|
33 | 33 | - Using [Go](https://go.dev):
|
34 | 34 | ```
|
35 |
| - go install github.com/defang-io/defang/src/cmd/cli@latest |
| 35 | + go install github.com/DefangLabs/defang/src/cmd/cli@latest |
36 | 36 | ```
|
37 | 37 | - Using the [Nix package manager](https://nixos.org):
|
38 | 38 | - with Nix-Env:
|
39 | 39 | ```
|
40 |
| - nix-env -if https://github.com/defang-io/defang/archive/main.tar.gz |
| 40 | + nix-env -if https://github.com/DefangLabs/defang/archive/main.tar.gz |
41 | 41 | ```
|
42 | 42 | - or with Flakes:
|
43 | 43 | ```
|
44 |
| - nix profile install github:defang-io/defang#defang-bin --refresh |
| 44 | + nix profile install github:DefangLabs/defang#defang-bin --refresh |
45 | 45 | ```
|
46 |
| -- 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. |
| 46 | +- Download the [latest binary](https://github.com/DefangLabs/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. |
47 | 47 |
|
48 | 48 | ## Support
|
49 | 49 |
|
50 |
| -- File any issues [right here on GitHub](https://github.com/defang-io/defang/issues) |
| 50 | +- File any issues [right here on GitHub](https://github.com/DefangLabs/defang/issues) |
51 | 51 |
|
52 | 52 | ## Command completion
|
53 | 53 |
|
|
0 commit comments