Skip to content

Commit 72b885f

Browse files
authored
Update BUILDING.md
Fix some markdown mistakes
1 parent 5d53a1c commit 72b885f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILDING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ be manually installed, or you can use a Docker image and container.
1010

1111
The following must be installed:
1212

13-
* [Docker Desktop for Windows])(https://docs.docker.com/docker-for-windows/install/)
13+
* [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/install/)
1414
* [Git](https://git-scm.com/download/win)
1515

1616
#### Building
@@ -59,13 +59,13 @@ The following must be installed:
5959
* [Windows SDK 17134](https://download.microsoft.com/download/5/A/0/5A08CEF4-3EC9-494A-9578-AB687E716C12/windowssdk/winsdksetup.exe)
6060
* [CMake](https://cmake.org/download/)
6161
* [7-Zip](https://www.7-zip.org/)
62-
* `7zip.exe` also be added to `PATH`
62+
* `7zip.exe` also be added to `PATH`
6363
* [python2](https://www.python.org/download/releases/2.0/)
64-
* `PYTHON2` enviroment variable must point to `python.exe`. `python.exe` must not be on `PATH`
64+
* `PYTHON2` enviroment variable must point to `python.exe`. `python.exe` must not be on `PATH`
6565
* [python3](https://www.python.org/downloads/)
66-
* `PYTHON3` must be on `PATH`
66+
* `PYTHON3` must be on `PATH`
6767
* [depot_tools](https://storage.googleapis.com/chrome-infra/depot_tools.zip)
68-
* This directory must be on `PATH`
68+
* This directory must be on `PATH`
6969

7070
#### Building
7171

0 commit comments

Comments
 (0)