aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-08 11:45:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-08 11:45:51 +1300
commitc431438c8de2a47527d05bbb6df8c2ff869ad2e0 (patch)
treefdab4779d5509ee8ee8fb5ad351f79c826664a0c /README.markdown
parentFix wro(1df) man page synopsis formatting (diff)
downloaddotfiles-c431438c8de2a47527d05bbb6df8c2ff869ad2e0.tar.gz
dotfiles-c431438c8de2a47527d05bbb6df8c2ff869ad2e0.zip
More accurate description of default target
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown21
1 files changed, 17 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index cd91dd8b..05d53270 100644
--- a/README.markdown
+++ b/README.markdown
@@ -27,10 +27,23 @@ 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,
-vi/Vim, shell scripts and functions, and shell 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 `install` target will install these targets and all their
+dependencies:
+
+* `install-bash`
+* `install-bin`
+* `install-bin-man`
+* `install-curl`
+* `install-ex`
+* `install-git`
+* `install-gnupg`
+* `install-less`
+* `install-readline`
+* `install-sh`
+* `install-vim`
+
+The remaining dotfiles can be installed with the other `install-*` targets. Try
+`bin/mftl Makefile` in the project's root directory to see a list.
Tools
-----