File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,15 @@ The Moderne CLI is a tool that allows you to build and publish [Lossless Semanti
1010# Stable releases
1111brew install moderneinc/moderne/mod
1212
13- # Beta releases (latest pre-release)
13+ # Staging releases (latest pre-release)
1414brew install moderneinc/moderne/mod --head
1515```
1616
1717### Chocolatey (Windows)
1818
1919``` powershell
20- # Stable releases
21- choco install mod
22-
23- # Beta releases
24- choco install mod-beta
20+ # We only support staging releases
21+ choco install mod --prerelease
2522```
2623
2724### Direct download
@@ -42,7 +39,7 @@ Archive formats are also available:
4239
4340Pre-releases are available through:
4441- Homebrew head formula (` mod --head ` )
45- - Chocolatey beta package (` mod-beta ` )
42+ - Chocolatey beta package (` mod --prerelease ` )
4643- Direct download from the releases page
4744
4845### Stable releases
You can’t perform that action at this time.
0 commit comments