Skip to content

Commit db1be3f

Browse files
authored
Update README.md
1 parent dc70aea commit db1be3f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ The Moderne CLI is a tool that allows you to build and publish [Lossless Semanti
1010
# Stable releases
1111
brew install moderneinc/moderne/mod
1212

13-
# Beta releases (latest pre-release)
13+
# Staging releases (latest pre-release)
1414
brew 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

4340
Pre-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

0 commit comments

Comments
 (0)