From a5cba0baade34b30d10c2d7f3e00e9dc79a9fa72 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Feb 2018 08:33:43 +0200 Subject: Adjust installation documentation to use '--for install' options --- UPGRADE.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UPGRADE.cli') diff --git a/UPGRADE.cli b/UPGRADE.cli index bdaa319..9a9c1ac 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -36,7 +36,7 @@ The dirty upgrade is fairly simple: \ $ cd build2-toolchain-X.Y $ bpkg fetch -$ bpkg build build2 bpkg +$ bpkg build --for install build2 bpkg $ bpkg install build2 bpkg \ @@ -49,7 +49,7 @@ explicitly, for example: $ bpkg status build2 bpkg build2: configured 1.0.0; available 1.0.1 2.0.0 bpkg: configured 1.0.0; available 1.0.1 2.0.0 -$ bpkg build build2/1.0.1 bpkg/1.0.1 +$ bpkg build --for install build2/1.0.1 bpkg/1.0.1 \ The staged upgrade consists of several steps: @@ -99,7 +99,7 @@ configuration and install the toolchain with the \c{-stage} suffix: \ $ cd build2-toolchain-X.Z -$ bpkg build build2 bpkg +$ bpkg build --for install build2 bpkg $ bpkg install \ config.bin.suffix=-stage \ config.install.data_root=root/stage \ -- cgit v1.1