summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2019-09-19 15:28:04 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-09-19 03:28:04 -0400
commit5102eec92b6150d788ece49fa906c542df63fe41 (patch)
treea7c95896e2c9d6390a5edcc81ee49387010642b7
parenta130e8858b8890f442ec7f14d090ebef18cc867d (diff)
fix spaces of indented in list (#2983)
-rw-r--r--website/manual.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/website/manual.md b/website/manual.md
index a87aa9431..ae3f18d41 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -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