shithub: MicroHs

Download patch

ref: b9993a754bcd9b357cf57118b1c1c6d86c84fac1
parent: edc7c0042585af747a418b5ded4728e541bed655
parent: ea5ce18495d0eb7fdc4589130d1a55c42febac06
author: Lennart Augustsson <lennart@augustsson.net>
date: Sat Sep 7 00:04:12 EDT 2024

Merge pull request #57 from juhp/patch-1

readme: update install targets

--- a/README.md
+++ b/README.md
@@ -27,12 +27,12 @@
 Also note that there is no need to have a Haskell compiler to run MicroHs.
 All you need is a C compiler, and MicroHs can bootstrap, given the included combinator file.
 
-To install `mhs` use `make installmcabal`.  This will install `mhs` in `~/.mcabal` in the same
+To install `mhs` use `make install`.  This will install `mhs` in `~/.mcabal` in the same
 way as `mcabal` (MicroCabal) would have.  It will install a compiler binary and a compiled base package.
 You will have to add `~/.mcabal/bin` to your `PATH`.
 
-Alternatively, to install `mhs` use `make install`.  By default this copies the files to `/usr/local`,
-but this can be overridden by `make PREFIX=dir install`.
+Alternatively, to install `mhs` use `make oldinstall`.  By default this copies the files to `/usr/local`,
+but this can be overridden by `make PREFIX=dir oldinstall`.
 You also need to set the environment variable `MHSDIR`.
 
 To compile on Windows make sure `cl` is in the path, and then use `nmake` with `Makefile.windows`.
--