aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 8a85f048..1b53ae58 100644
--- a/README.markdown
+++ b/README.markdown
@@ -38,7 +38,6 @@ The default `install` target will install these targets and all their
dependencies. Note that you don't actually have to have any of this except `sh`
installed.
-* `install-bash`
* `install-bin`
* `install-bin-man`
* `install-curl`
@@ -46,10 +45,13 @@ installed.
* `install-git`
* `install-gnupg`
* `install-less`
+* `install-login-shell`
* `install-readline`
-* `install-sh`
* `install-vim`
+The `install-login-shell` looks at your `SHELL` environment variable and tries
+to figure out which shell to install, falling back on just plain `install-sh`.
+
The remaining dotfiles can be installed with the other `install-*` targets. Try
`sh bin/mftl.sh Makefile` in the project's root directory to see a list.