From 3bd15e44205efd6933a3915e85d5cd810116bd7f Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 24 Feb 2016 11:18:33 +1100 Subject: [PATCH] Fix El Capitan typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6416266..712e1d2b 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ https://github.com/dylanaraps/fetch/wiki/Following-HEAD 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` + - **El Capitan**: `PREFIX=/usr/local make install` **NOTE:** Fetch can be uninstalled easily using `make uninstall`.