summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-07-26 15:24:02 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-07-26 17:19:16 +0200
commit719a65d40bb721aa9e089539105a6771a124f58f (patch)
tree9c9bf8e80e92686ae2b87cc7a27ebd61019aef5f /INSTALL.md
parentb14d915e5812fe0a03a7c5caada99240415d7b0b (diff)
downloadjustbuild-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.md4
1 files changed, 2 insertions, 2 deletions
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