Skip to content

Commit 05eaefd

Browse files
khei4fujii
authored andcommitted
fix: typo and remove a redundant sentence
1 parent 6b03a2b commit 05eaefd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Ports/WindowsPort.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ winget install --id GnuWin32.Gperf
4444

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

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-
4947
WinGet may not append the path into your PC.
5048
If some errors occered, please check your path settings, including LLVM and GnuWin32(Gperf).
5149

@@ -55,7 +53,7 @@ To compile, run programs and run tests, you need to set some environment variabl
5553
For ease of development, it's recommended to create a batch file to set environment variables and open PowerShell.
5654
Create a batch file with the following content with adjusting it to your PC.
5755
And put it in the top WebKit source directory.
58-
And double-click it to open PowerShell, we call this opend shell as "WebKit command prompt" hereafter.
56+
And double-click it to open PowerShell, we call this opened shell as "WebKit command prompt" hereafter.
5957

6058
```
6159
@echo off

0 commit comments

Comments
 (0)