Skip to content

Commit

Permalink
fix spaces of indented in list (denoland#2983)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac authored and ry committed Sep 19, 2019
1 parent a130e88 commit 5102eec
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions website/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,25 @@ Extra steps for Mac users: install [XCode](https://developer.apple.com/xcode/)

Extra steps for Windows users:

<!-- prettier-ignore-start -->
<!-- see https://github.com/prettier/prettier/issues/3679 -->

1. Add `python.exe` to `PATH` (e.g. `set PATH=%PATH%;C:\Python27\python.exe`)
2. Get [VS Community 2017](https://www.visualstudio.com/downloads/) with
"Desktop development with C++" toolkit and make sure to select the following
required tools listed below along with all C++ tools.
- Windows 10 SDK >= 10.0.17134
- Visual C++ ATL for x86 and x64
- Visual C++ MFC for x86 and x64
- C++ profiling tools
- Windows 10 SDK >= 10.0.17134
- Visual C++ ATL for x86 and x64
- Visual C++ MFC for x86 and x64
- C++ profiling tools
3. Enable "Debugging Tools for Windows". Go to "Control Panel" → "Programs" →
"Programs and Features" → Select "Windows Software Development Kit - Windows
10" → "Change" → "Change" → Check "Debugging Tools For Windows" → "Change" ->
"Finish".
4. Make sure you are using git version 2.19.2.windows.1 or newer.

<!-- prettier-ignore-end -->

#### Other useful commands

```bash
Expand Down

0 comments on commit 5102eec

Please sign in to comment.