aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-07 15:07:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-07 15:07:43 +1200
commit4f62c7a1d9e7cb5194c382094b5adc690aed4d14 (patch)
tree983b4630fc72caa9fb8aa3b73cb88a6b86565ea0 /README.markdown
parentCheck existence of subfiles (diff)
downloaddotfiles-4f62c7a1d9e7cb5194c382094b5adc690aed4d14.tar.gz
dotfiles-4f62c7a1d9e7cb5194c382094b5adc690aed4d14.zip
Include shell fork in testing instructions
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files 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