@@ -40,6 +40,8 @@ Web: <https://hardviz.com/>
4040 - [ Installation Guide] ( #installation-guide )
4141 - [ Download] ( #download )
4242 - [ Windows Installation] ( #windows-installation )
43+ - [ Using the Installer] ( #using-the-installer )
44+ - [ Using Winget] ( #using-winget )
4345 - [ Linux Installation] ( #linux-installation )
4446 - [ First-time Setup] ( #first-time-setup )
4547 - [ Features] ( #features )
@@ -68,11 +70,22 @@ Choose your platform and download the latest installer:
6870
6971### Windows Installation
7072
73+ #### Using the Installer
74+
71751 . Download ` HardwareVisualizer_x.x.x_x64-setup_windows.exe ` or ` HardwareVisualizer_x.x.x_x64_en-US_windows.msi ` from the download page
72762 . Run the installer (` .exe ` or ` .msi ` file)
73773 . Follow the installation wizard
74784 . Launch ** HardwareVisualizer** from Start Menu or Desktop shortcut
7579
80+ #### Using Winget
81+
82+ You can also install using Windows Package Manager (Winget).
83+ Run the following command in PowerShell or Command Prompt:
84+
85+ ``` powershell
86+ winget install shm11C3.HardwareVisualizer
87+ ```
88+
7689> [ !NOTE]
7790> No additional permissions required on Windows
7891
@@ -184,14 +197,14 @@ Flexible graph customization available.
184197
185198# # Roadmap
186199
187- | Item | Target |
188- | ---------------------------- | -------- |
189- | macOS Support | ✅ Done |
190- | AMD GPU compatible | WIP (Preview) |
191- | Fan / Temp Full Cross Vendor | Research |
192- | Game Mode | Planned |
193- | Power Consumption Estimation | Idea |
194- | Plugin System | Idea |
200+ | Item | Target |
201+ | ---------------------------- | ------------- |
202+ | macOS Support | ✅ Done |
203+ | AMD GPU compatible | WIP (Preview) |
204+ | Fan / Temp Full Cross Vendor | Research |
205+ | Game Mode | Planned |
206+ | Power Consumption Estimation | Idea |
207+ | Plugin System | Idea |
195208
196209# # Contributing
197210
0 commit comments