Skip to content

Commit a6a2033

Browse files
sinelawclaude
andcommitted
Add Windows winget as default install method
- Update homepage to show winget for Windows users - Add winget installation section to README - Note npm as alternative for Windows users Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4bf2d96 commit a6a2033

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Or, pick your preferred method:
5959
|----------|--------|
6060
| macOS | [brew](#brew) |
6161
| Bazzite/Bluefin/Aurora Linux | [brew](#brew) |
62+
| Windows | [winget](#windows-winget) |
6263
| Arch Linux | [AUR](#arch-linux-aur) |
6364
| Debian/Ubuntu | [.deb](#debianubuntu-deb) |
6465
| Fedora/RHEL | [.rpm](#fedorarhelopensuse-rpm), [Terra](https://terra.fyralabs.com/) |
@@ -82,6 +83,14 @@ brew tap sinelaw/fresh
8283
brew install fresh-editor
8384
```
8485

86+
### Windows (winget)
87+
88+
```bash
89+
winget install fresh-editor
90+
```
91+
92+
Alternatively, Windows users can use [npm](#npm).
93+
8594
### Arch Linux ([AUR](https://aur.archlinux.org/packages/fresh-editor-bin))
8695

8796
**Binary package (recommended, faster install):**

homepage/index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,16 @@ <h3>Debian / Ubuntu</h3>
11131113
</div>
11141114
</div>
11151115

1116+
<div class="install-card">
1117+
<h3>Windows (winget)</h3>
1118+
<div class="copyable">
1119+
<code id="cmd-winget">winget install fresh-editor</code>
1120+
<button class="copy-btn" onclick="copyCode('cmd-winget', this)">
1121+
<img src="public/copy-icon.svg" alt="Copy">
1122+
</button>
1123+
</div>
1124+
</div>
1125+
11161126
<div class="install-card">
11171127
<h3>Pre-built Binaries</h3>
11181128
<p class="install-card-note" style="margin-top: 0;">
@@ -1238,8 +1248,8 @@ <h2>What People Are Saying</h2>
12381248
full: 'brew install sinelaw/fresh/fresh-editor'
12391249
},
12401250
windows: {
1241-
display: 'npm i -g @fresh-editor/fresh-editor',
1242-
full: 'npm install -g @fresh-editor/fresh-editor'
1251+
display: 'winget install fresh-editor',
1252+
full: 'winget install fresh-editor'
12431253
}
12441254
};
12451255

0 commit comments

Comments
 (0)