From 72462177caadc4ee909cebbcbcec8fd468335ed7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 7 Apr 2017 12:41:39 +1200 Subject: Make instructions login shell agnostic --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 1b53ae58..a6720e9e 100644 --- a/README.markdown +++ b/README.markdown @@ -32,7 +32,7 @@ directory so you can explore: $ tmpdir=$(mktemp -d) $ make install HOME="$tmpdir" - $ env -i HOME="$tmpdir" TERM="$TERM" bash -l + $ env -i HOME="$tmpdir" TERM="$TERM" "$SHELL" -l 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` -- cgit v1.2.3