summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-05 09:19:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-05 09:19:33 -0700
commit4a334abdc98e27057f88ab4136e22fdfaf08bc06 (patch)
tree324b342f849f5d03ea0a62a0d6c05360e685ee3b /README
parent3fa3308fd473af104b52681780d541a07dfd8908 (diff)
downloaddotfiles-4a334abdc98e27057f88ab4136e22fdfaf08bc06.tar.gz
README: use tilde expansion rather than unquoted "$HOME"
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 83548846..481ed850 100644
--- a/README
+++ b/README
@@ -44,8 +44,8 @@ git; Perl 5/7; Git::Wrapper
1. Get the repo:
- % git clone https://git.spwhitton.name/dotfiles $HOME/src/dotfiles
+ % git clone https://git.spwhitton.name/dotfiles ~/src/dotfiles
2. Run bootstrap script:
- % $HOME/src/dotfiles/bin/bstraph
+ % ~/src/dotfiles/bin/bstraph