We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0660faa commit f50cd4eCopy full SHA for f50cd4e
docs/getting-started/installing.md
@@ -43,6 +43,13 @@ We offer a few different ways to install the Defang CLI. You can use a bash scri
43
winget install defang
44
```
45
</TabItem>
46
+ <TabItem value="nix" label="Nix">
47
+ **Using Nix**
48
+
49
+ ```bash
50
+ nix profile install github:DefangLabs/defang#defang-bin --refresh
51
+ ```
52
+ </TabItem>
53
<TabItem value="direct" label="Direct Download">
54
**Direct Download**
55
0 commit comments