Skip to content

Commit a7a5e4a

Browse files
authored
docs: update installation instructions for Windows to include Installer and Winget options (#1213)
1 parent 58a41c0 commit a7a5e4a

File tree

2 files changed

+34
-8
lines changed

2 files changed

+34
-8
lines changed

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
7175
1. Download `HardwareVisualizer_x.x.x_x64-setup_windows.exe` or `HardwareVisualizer_x.x.x_x64_en-US_windows.msi` from the download page
7276
2. Run the installer (`.exe` or `.msi` file)
7377
3. Follow the installation wizard
7478
4. 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

docs/README.ja.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Web サイト: <https://hardviz.com/>
3636
- [インストールガイド](#インストールガイド)
3737
- [ダウンロード](#ダウンロード)
3838
- [Windows へのインストール](#windows-へのインストール)
39+
- [インストーラを使用する](#インストーラを使用する)
40+
- [Winget コマンドを使用する](#winget-コマンドを使用する)
3941
- [Linux へのインストール](#linux-へのインストール)
4042
- [初期設定](#初期設定)
4143
- [機能一覧](#機能一覧)
@@ -64,11 +66,22 @@ Web サイト: <https://hardviz.com/>
6466

6567
### Windows へのインストール
6668

69+
#### インストーラを使用する
70+
6771
1. ダウンロードページから `HardwareVisualizer_x.x.x_x64-setup_windows.exe` または `HardwareVisualizer_x.x.x_x64_en-US_windows.msi` をダウンロードします。
6872
2. インストーラー(`.exe` または `.msi` ファイル)を実行します。
6973
3. インストールウィザードの指示に従います。
7074
4. スタートメニューまたはデスクトップのショートカットから **HardwareVisualizer** を起動します。
7175

76+
#### Winget コマンドを使用する
77+
78+
Windows の場合、Windows Package Manager(Winget)を使用してインストールすることもできます。  
79+
PowerShell またはコマンドプロンプトで以下のコマンドを実行してください。
80+
81+
```powershell
82+
winget install shm11C3.HardwareVisualizer
83+
```
84+
7285
> [!NOTE]
7386
> Windows では追加の権限は必要ありません。
7487

0 commit comments

Comments
 (0)