File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8283brew 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):**
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments