From 1ee55930c06cc1e39da63c0096fce7e9facee103 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Oct 2019 15:44:39 +0200 Subject: Rename BOOTSTRAP-{MINGW,MSVC} to BOOTSTRAP-WINDOWS-{...} Also mention WSL in addition to MSYS and Cygwin as a UNIX-like emulation on Windows. --- doc/install.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/install.cli') diff --git a/doc/install.cli b/doc/install.cli index 83e4cc7..09e3679 100644 --- a/doc/install.cli +++ b/doc/install.cli @@ -37,14 +37,14 @@ source "../INSTALL.cli"; source "../BOOTSTRAP-WINDOWS.cli"; " -\h2#bootstrap-msvc|Bootstrapping with MSVC| +\h2#bootstrap-windows-msvc|Bootstrapping on Windows with MSVC| " -source "../BOOTSTRAP-MSVC.cli"; +source "../BOOTSTRAP-WINDOWS-MSVC.cli"; " -\h2#bootstrap-mingw|Bootstrapping with MinGW| +\h2#bootstrap-windows-mingw|Bootstrapping on Windows with MinGW| " -source "../BOOTSTRAP-MINGW.cli"; +source "../BOOTSTRAP-WINDOWS-MINGW.cli"; " \h#bootstrap-macosx|Bootstrapping on Mac OS X| -- cgit v1.1