Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 933 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 933 Bytes

Win11SupportFeed

Command-line application written in Rust that fetches and converts Windows 11 Microsoft Support feed into a readable HTML file.

Usage

Run Windows11_SupportFeed_to_HTML.exe and Windows 11 Support Feed.html will be created in the same folder.

Pre-built binaries

The pre-built binaries can be found at the releases page.

They are built and released using GitHub Actions with the following command:

cargo build --release

References