From cc45558f1a5a730c8193c30f54fecc2625684361 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Sep 2016 07:02:12 +0200 Subject: Minor INSTALL changes --- INSTALL.cli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL.cli') diff --git a/INSTALL.cli b/INSTALL.cli index d9ec0ea..9f355cb 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -37,27 +37,27 @@ At the high level, the bootstrap process involves the following 5 steps. \dl| -\li|1. Bootstrap, Phase 1\n +\li|\b{1. Bootstrap, Phase 1}\n First, a minimal build system executable is built using provided shell scripts/batch files. The result is only guaranteed to be able to rebuild the build system itself.| -\li|\n2. Bootstrap, Phase 2\n +\li|\n\b{2. Bootstrap, Phase 2}\n Then, the build system is rebuilt with static libraries. The result is only guaranteed to be able to build the toolchain.| -\li|\n3. Stage\n +\li|\n\b{3. Stage}\n At this step the entire toolchain is built and staged.| -\li|\n4. Install\n +\li|\n\b{4. Install}\n Next, the staged toolchain is used to build and install the \"final\" toolchain from the package repository and using the \c{bpkg} package manager.| -\li|\n5. Clean\n +\li|\n\b{5. Clean}\n Finally, the staged toolchain is uninstalled.|| -- cgit v1.1