From f053f5b8b25a97829d58c6af7208a8a2e3f7e1b8 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 8 Feb 2016 22:27:43 +1100 Subject: [PATCH] Make a note about installing on El Captain systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1632268b..3b8d77a2 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ program's cmd and fetch will use it instead of scrot. 1. Download the latest source at https://github.com/dylanaraps/fetch 2. Run `make install` inside the script directory to install the script. + - **El Captain**: `PREFIX=/usr/local make install` **NOTE:** Fetch can be uninstalled easily using `make uninstall`.