diff --git a/src/routes/blog/posts/now-on-winget/+page.md b/src/routes/blog/posts/now-on-winget/+page.md new file mode 100644 index 000000000..cb803df8f --- /dev/null +++ b/src/routes/blog/posts/now-on-winget/+page.md @@ -0,0 +1,34 @@ +--- +title: Files is now available on WinGet +description: Files is back on WinGet! +thumbnail: /blog-resources/now-on-winget/Hero.png +date: 11/30/2024 +author: Lamparter +--- + +I'm excited to announce that Files is now available again on WinGet! After a couple years, we're pleased to bring back this popular installation method for Files. + +### Files and WinGet + +The return of Files to WinGet signifies our continued commitment to providing users with the best experience, allowing them to install and manage their apps the way they desire. + +### How to install Files via WinGet + +The app is available on WinGet with the following package names: + +- **Stable version**: `FilesCommunity.Files` +- **Preview version**: `FilesCommunity.FilesPreview` + +To install Files using WinGet, open your terminal and run the following command: + +```sh +winget install FilesCommunity.Files +``` + +This command will download and install the latest version of Files, making it ready to use on your system. + +--- + +## Support Files + +If you enjoy using Files, please consider purchasing Files on the [Microsoft Store](ms-windows-store://pdp/?ProductId=9nghp3dx8hdx&cid=FilesWebsite) or supporting us on [GitHub](https://github.com/sponsors/yaira2). Your support is greatly appreciated but entirely optional. diff --git a/static/blog-resources/now-on-winget/Hero.png b/static/blog-resources/now-on-winget/Hero.png new file mode 100644 index 000000000..48d603d75 Binary files /dev/null and b/static/blog-resources/now-on-winget/Hero.png differ