commit 0ae44890fb9040b4f9b7f52bd05983b303a3f5d8
parent cf4f4a4d15050b31a76ce1250f8bfd87a038b5ed
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 10 Apr 2019 13:34:55 +0200
Fix instructions in README
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -3,9 +3,8 @@ My configuration files for GNU/Linux utilities. This repository should be
 managed as a *bare Git repository*. Install with:
 
     git clone --bare git@gitlab.com:admesg/dotfiles.git $HOME/.dotfiles
-    source ~/.commands.sh
-    dotfiles checkout
-    dotfiles submodule update --init --recursive
+    git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
+    git --git-dir=$HOME/.dotfiles --work-tree=$HOME submodule update --init --recursive
 
 Afterwards, log out and log back in. The `dotfiles` command will now be 
 available as a substitute for the `git` command, and is used to manage all