summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-23 08:44:42 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-01-23 08:45:08 +0000
commit350d92df66ccc21d4a172d75a2d992617f8c9263 (patch)
tree468fe7ac576f8e2dc695d64ae3a96b126e319ada
parent14b5982a3aea351e4b01c5804ebd4d4629ba6bab (diff)
downloadhaskell-wip/install-md.tar.gz
docs: Update INSTALL.mdwip/install-md
Removes references to make. Fixes #22480
-rw-r--r--INSTALL.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 88d433ecc7..45fe5427b0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -20,15 +20,14 @@ Quick start: the following gives you a default build:
$ ./boot
$ ./configure
- $ make
- $ make install
+ $ ./hadrian/build
On Windows, you need an extra repository containing some build tools.
These can be downloaded for you by configure. This only needs to be done once by running:
$ ./configure --enable-tarballs-autodownload
-You can use Make's `-jN` option to parallelize the build. It's generally best
+You can use `-jN` option to parallelize the build. It's generally best
to set `N` somewhere around the core count of the build machine.
The `./boot` step is only necessary if this is a tree checked out from