summaryrefslogtreecommitdiff
path: root/README.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 /README.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 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index b647637028..f5e4ea88b9 100644
--- a/README.md
+++ b/README.md
@@ -18,20 +18,20 @@ There are two ways to get a source tree:
1. *Download source tarballs*
- Download the GHC source distribution:
+ Download the GHC source distribution:
- ghc-<version>-src.tar.bz2
+ ghc-<version>-src.tar.xz
- which contains GHC itself and the "boot" libraries.
+ which contains GHC itself and the "boot" libraries.
2. *Check out the source code from git*
$ git clone --recursive git@gitlab.haskell.org:ghc/ghc.git
- Note: cloning GHC from Github requires a special setup. See [Getting a GHC
- repository from Github][7].
+ Note: cloning GHC from Github requires a special setup. See [Getting a GHC
+ repository from Github][7].
- *See the GHC team's working conventions regarding [how to contribute a patch to GHC](https://gitlab.haskell.org/ghc/ghc/wikis/working-conventions/fixing-bugs).* First time contributors are encouraged to get started by just sending a Pull Request.
+ *See the GHC team's working conventions regarding [how to contribute a patch to GHC](https://gitlab.haskell.org/ghc/ghc/wikis/working-conventions/fixing-bugs).* First time contributors are encouraged to get started by just sending a Merge Request.
Building & Installing