From 4f62c7a1d9e7cb5194c382094b5adc690aed4d14 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 7 Jun 2015 15:07:43 +1200 Subject: Include shell fork in testing instructions --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 0d44f918..998e09fd 100644 --- a/README.markdown +++ b/README.markdown @@ -79,9 +79,9 @@ install` before running `make install` to make sure you aren’t going to lose anything unexpected. If you’re still not sure, install it in a temporary directory so you can explore: - $ mktemp -d - /tmp/tmp.YZFW8ScFZP - $ make install HOME=/tmp/tmp.YZFW8ScFZP + $ tmpdir=$(mktemp -d) + $ 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 -- cgit v1.2.3