From 719a65d40bb721aa9e089539105a6771a124f58f Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 26 Jul 2022 15:24:02 +0200 Subject: 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. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index c14269aa..9cee853c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 -- cgit v1.2.3