aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:02:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:09:31 +1200
commit402cdb62f3a201a564c11b9ccdd1727a81f87424 (patch)
treec5055c6a8ee0dfe89e27663d3f6086f48beee377 /README.markdown
parentMove sprunge() Bash function to spr(1) (diff)
downloaddotfiles-402cdb62f3a201a564c11b9ccdd1727a81f87424.tar.gz
dotfiles-402cdb62f3a201a564c11b9ccdd1727a81f87424.zip
Add install-bin to default install target
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
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
-----