aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--README.markdown8
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3cc9b64f..ac055872 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ tmux/tmux.conf : tmux/tmux.conf.m4
install : install-bash \
install-bash-completion \
+ install-bin \
install-curl \
install-dircolors \
install-git \
diff --git a/README.markdown b/README.markdown
index b0f71240..da0dc44b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -31,10 +31,10 @@ directory so you can explore:
$ make install HOME="$tmpdir"
$ env -i HOME="$tmpdir" TERM="$TERM" bash -l
-The default target will install the core terminal-only files (cURL, Git, GnuPG,
-Vim, and shell and terminal setup files). The remaining dotfiles can be
-installed with the other targets. Take a look at the `Makefile` to see what's
-available.
+The default target will install the core terminal-only files: cURL, Git, GnuPG,
+Vim, shell scripts and functions, and shell and terminal setup files. The
+remaining dotfiles can be installed with the other targets. Take a look at the
+`Makefile` to see what's available.
Tools
-----