Skip to content

Commit 39b2258

Browse files
khei4r-otaka
authored andcommitted
fix: WinGet section
Co-authored-by: Ryosei Otaka <[email protected]>
1 parent 24d6193 commit 39b2258

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/Ports/WindowsPort.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ If you prefer [WinGet](https://learn.microsoft.com/en-us/windows/package-manager
3838
Invoke the following command in an elevated PowerShell or cmd prompt.
3939

4040
```
41-
winget install --scope=machine --id Git.Git Kitware.CMake Ninja-build.Ninja Python.Python.3.11 RubyInstallerTeam.Ruby.3.2 ApacheFriends.Xampp.8.2 GnuWin32.Gperf LLVM.LLVM
41+
winget install --scope=machine --id Git.Git Kitware.CMake Ninja-build.Ninja Python.Python.3.11 RubyInstallerTeam.Ruby.3.2 ApacheFriends.Xampp.8.2 LLVM.LLVM
42+
winget install --id GnuWin32.Gperf
4243
```
4344

4445
If `--scope=machine` isn't specified, Python is installed under your user profile directory.
4546

46-
If you failed to install or find `GnuWin32.Gperf`, you can install manually to execute installation executable file.
47-
47+
If you failed to install programs (excluding Python), please use `winget install --id (the name of failed to install programs. (eg, LLVM.LLVM))` command.
48+
4849
WinGet may not append the path into your PC.
49-
If an error occered, please check your path settings, including LLVM and GnuWin32(Gperf).
50+
If some errors occered, please check your path settings, including LLVM and GnuWin32(Gperf).
5051

5152
## WebKit command prompt
5253

0 commit comments

Comments
 (0)