diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-07-26 15:24:02 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-07-26 17:19:16 +0200 |
commit | 719a65d40bb721aa9e089539105a6771a124f58f (patch) | |
tree | 9c9bf8e80e92686ae2b87cc7a27ebd61019aef5f /INSTALL.md | |
parent | b14d915e5812fe0a03a7c5caada99240415d7b0b (diff) | |
download | justbuild-719a65d40bb721aa9e089539105a6771a124f58f.tar.gz |
INSTALL.md: fix verb order
Even though most subcommands of just accept the -C option, not all
do and hence it is not a global option (in fact, just has no global
options). Fix this in the installation instruction. While there,
fix another typo.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ ``` CONF=$(./bin/just-mr.py -C etc/repos.json setup just) -just -C $CONF build +just build -C $CONF ``` ## Bootstrapping `just` @@ -21,7 +21,7 @@ script to download the dependencies itself, `wget` is required as well. In this case, the command is simply ``` -ptyhon3 ./bin/bootstrap.py +python3 ./bin/bootstrap.py ``` The script also takes optionally the following positional arguments (in |