summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-07-08 19:35:48 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-13 08:28:29 -0400
commit61a46c6d2bd20b9ba5d89c86e8d64b7149a38280 (patch)
tree97b7636ad78d53632034aa6b44edabc76fa71005
parent89ba46554025f413959be53b2868ba1a79f12ae2 (diff)
downloadhaskell-61a46c6d2bd20b9ba5d89c86e8d64b7149a38280.tar.gz
fix readme
-rw-r--r--hadrian/bootstrap/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/hadrian/bootstrap/README.md b/hadrian/bootstrap/README.md
index 99a80baed6..6385b1b693 100644
--- a/hadrian/bootstrap/README.md
+++ b/hadrian/bootstrap/README.md
@@ -9,7 +9,7 @@ for packagers. If you are a developer then build hadrian using cabal-install.
If you want to bootstrap with ghc-8.10.5 then run the ./bootstrap script with the
`plan-bootstrap-8_10_5.json` file.
- bootstrap.py -d plan-bootstrap-8_10_5.json -w /path/to-ghc
+ bootstrap.py -w /path/to-ghc -d plan-bootstrap-8_10_5.json
This default option will download the dependencies using the network.
@@ -22,13 +22,13 @@ Alternatively, you can provide a tarball with the source of any dependencies.
Which dependencies you need can be queried using the `list-sources` option.
- bootstrap.py -d plan-bootstrap-8_10_5.json list-sources
+ bootstrap.py -w /path/to-ghc -d plan-bootstrap-8_10_5.json list-sources
This produces `fetch_plan.json` which tells you where to get each source from.
You can instruct the script to create the tarball using the `fetch` option.
- bootstrap.py -d plan-bootstrap-8_10_5.json fetch -o sources-tarball
+ bootstrap.py -w /path/to-ghc -d plan-bootstrap-8_10_5.json fetch -o sources-tarball
## Generating the bootstrap plans