aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.markdown4
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 28879bef..f1fb72ac 100644
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,11 @@ usage :
@echo "If you're happy with what it'll do, then run make install."
install : install-bash \
- install-bin \
install-curl \
install-dircolors \
install-git \
install-gnupg \
install-readline \
- install-man \
install-sh \
install-terminfo \
install-vim
diff --git a/README.markdown b/README.markdown
index 616a5b23..7d13de7f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -70,8 +70,8 @@ You’ll need to have a recent enough version of Git to support
[submodules](http://git-scm.com/book/en/Git-Tools-Submodules) for the Vim
installation to work; it’s required for the plugin setup.
-To install the core terminal-only files (Bash, cURL, Git, GnuPG, Vim), use the
-following:
+To install the core terminal-only files (cURL, Git, GnuPG, Vim, and shell and
+terminal setup files), use the following:
```bash
$ make install