summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2023-04-18 21:06:49 +0200
committerNiklas Hambüchen <mail@nh2.me>2023-04-18 21:06:49 +0200
commit7839edd67f7cf75aef195a4978c8a9b8b152c819 (patch)
tree6836419f6477ebd6a3f4cba287baddf2a9d13f80 /INSTALL.md
parentd078dced9183e80786d8b3624fb0b9c3c459b55a (diff)
downloadjustbuild-7839edd67f7cf75aef195a4978c8a9b8b152c819.tar.gz
Fix typos "boostrap" -> "bootstrap".
I know "boost rap" is a popular music genre among C++ programmers today, but nevertheless this is a typo.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9b042a2d..70b20f09 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -81,7 +81,7 @@ of the empty object, if this variable is set. One configuration parameter
is the build environment `ENV` that can be used to set an unusual
value of `PATH`, e.g.,
``` sh
-env JUST_BUILD_CONF='{"ENV": {"PATH": "/opt/toolchain/bin"}}' python3 ./bin/boostrap.py
+env JUST_BUILD_CONF='{"ENV": {"PATH": "/opt/toolchain/bin"}}' python3 ./bin/bootstrap.py
```
Additionally, if `SOURCE_DATE_EPOCH` is set in the build environment, it
is forwarded to the build configuration as well. If, on the other hand,