summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2019-04-30 11:23:26 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-05-31 01:56:54 -0400
commit0b01a3541e483ea3fcbd6c0f1586a063310b75f9 (patch)
tree7da055ad6ffa2c336c92efdfbe4c3e0df7fbcaa4 /INSTALL.md
parent4879d7aff0ffaabcdbfd85064cff9bddcc95a4fe (diff)
downloadhaskell-0b01a3541e483ea3fcbd6c0f1586a063310b75f9.tar.gz
Update `$(TOP)/*.md` documents
I updated the top documents to the latest status: - HACKING.md: - Modify Phabricator to GitLab infomation - Remove old Trac information - Add link to GitLab activity - MAKEHELP.md: - Add link to hadrian wiki - Fix markdown format - INSTALL.md: - Modify boot command to remove python3 - Fix markdown format - README.md: - Modify tarball file suffix - Fix markdown format I checked the page display on the GitHub and GitLab web. [skip ci]
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 08b7048cc1..88d433ecc7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -18,7 +18,7 @@ XeLaTex (only for PDF output).
Quick start: the following gives you a default build:
- $ python3 boot
+ $ ./boot
$ ./configure
$ make
$ make install
@@ -31,7 +31,7 @@ Quick start: the following gives you a default build:
You can use Make's `-jN` option to parallelize the build. It's generally best
to set `N` somewhere around the core count of the build machine.
-The `python3 boot` step is only necessary if this is a tree checked out from
+The `./boot` step is only necessary if this is a tree checked out from
git. For source distributions downloaded from GHC's web site, this step has
already been performed.
@@ -43,6 +43,6 @@ It can take a long time. To customise the build, see the file
References
==========
- [1] http://www.haskell.org/ghc/
- [2] https://gitlab.haskell.org/ghc/ghc/wikis/building/preparation
- [3] http://www.haskell.org/haddock/
+ - [1] http://www.haskell.org/ghc/
+ - [2] https://gitlab.haskell.org/ghc/ghc/wikis/building/preparation
+ - [3] http://www.haskell.org/haddock/