From 32e3015b277845a38efcd526857de2973fd1a78c Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 12 Sep 2020 17:41:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20now-false=20Makefile=20?= =?UTF-8?q?info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b82be78..9dbd275 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,6 @@ This section is for programmers who want to install from source. Make sure you'r The recommended way of installing Amfora fom source is using the Makefile. On Windows, you need install make, which can be done with [Chocolatey](https://chocolatey.org/install): `choco install make`. -If you have issues running the `make` command on macOS, try installing GNU Make with `brew install make` and using the `gmake` command instead. - -Note that the Makefile currently assumes that git is available, and that it is inside a git repository. - ```shell git clone https://github.com/makeworld-the-better-one/amfora cd amfora