aboutsummaryrefslogtreecommitdiff
path: root/UPGRADE.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-09 08:33:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-09 08:33:43 +0200
commita5cba0baade34b30d10c2d7f3e00e9dc79a9fa72 (patch)
treeff764611488ed3fac6df0894e989d642c14daa32 /UPGRADE.cli
parent3f3c5ea23052151f46526965e799ebcacc4abee4 (diff)
Adjust installation documentation to use '--for install' options
Diffstat (limited to 'UPGRADE.cli')
-rw-r--r--UPGRADE.cli6
1 files changed, 3 insertions, 3 deletions
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 \