]> git.zndr.dk Git - dotfiles.git/commitdiff
Update README.md
authorJannik ZANDER <jzander@grundfos.com>
Fri, 8 Jun 2018 07:12:17 +0000 (09:12 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Fri, 8 Jun 2018 07:12:17 +0000 (09:12 +0200)
README.md

index 4c1219d14fc1519272e7a3ebc4375dafe5b57ad0..76602eef1255e4c6a9a1111d8fe5bab04fd55153 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 # dotfiles
 
-1/ First download 'dotfiles-init.sh'
+1/ First download 'dotfiles-init.sh' ('git' can be used for this also...)
+
+    $ git archive --remote=git@jaza.me:jaz/dotfiles.git master bin/dotfiles-init.sh | tar -x --strip-components 1
 
-    $ git archive --remote=git@bitbucket.org:jannikz/dotfiles.git master bin/dotfiles-init.sh | tar -x --strip-components 1
-    
 2/ Next execute it
 
     $ ./dotfiles-init.sh
-    
-3/ Now you can manage dotfiles with git
 
-    $ dotfiles <command>
+3/ Now you can manage dotfiles with 'dit' (same as 'git')
+
+    $ dit <command>