Skip to content

Commit

Permalink
fix: typo and remove a redundant sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
khei4 authored and fujii committed Apr 26, 2024
1 parent 6b03a2b commit 05eaefd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/Ports/WindowsPort.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ winget install --id GnuWin32.Gperf

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

If you failed to install programs (excluding Python), please use `winget install --id (the name of failed to install programs. (eg, LLVM.LLVM))` command.

WinGet may not append the path into your PC.
If some errors occered, please check your path settings, including LLVM and GnuWin32(Gperf).

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

```
@echo off
Expand Down

0 comments on commit 05eaefd

Please sign in to comment.