]> git.zndr.dk Git - dotfiles.git/commitdiff
Update README.md
authorJannik ZANDER <jannikz@gmail.com>
Sun, 1 May 2016 07:05:27 +0000 (09:05 +0200)
committerJannik Zander <jannikz@Janniks-MBP.opasia.dk>
Mon, 2 May 2016 19:34:11 +0000 (21:34 +0200)
README.md

index 5826c8ee56046f481ebe9f23b051bc505ce288b2..a49c9c4529210f0e5f18590331803d93edf15f16 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 What you need to do on the new box is this:
 
-cd $HOME
-git init
-git remote add home https://github.com/jannikz/home.git
-git fetch home master
-git reset --hard home/master
+    $ cd $HOME
+    $ git init
+    $ git remote add home https://github.com/jannikz/home.git
+    $ git fetch home master
+    $ git reset --hard home/master