]> git.zndr.dk Git - dotfiles.git/commitdiff
Fix dotfiles.sh
authorJannik ZANDER <jzander@grundfos.com>
Thu, 11 Feb 2021 12:12:32 +0000 (13:12 +0100)
committerJannik ZANDER <jzander@grundfos.com>
Thu, 11 Feb 2021 12:12:32 +0000 (13:12 +0100)
README.md
bin/dotfiles.sh

index bc6646c86a16012108983d977ef3f389f2d3a1c1..dd53b64fe523feff6bc682f4d3c0e4036e3ec6af 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 1) First download 'dotfiles.sh'
 
->     $ git archive --remote=git@git.zndr.dk:jannik/dotfiles.git master bin/dotfiles.sh | tar -x --strip-components 1
+>     $ git archive --remote=git@zndr.dk:dotfiles master bin/dotfiles.sh | tar -x --strip-components 1
 
 2) Next execute it with
 
index be977bd5c21aabceae5d541ae38548d694d988ef..1621fe4420ada1a59b8f729b9f6e8c3b0fe106a6 100755 (executable)
@@ -9,7 +9,7 @@ function got()
 # Initial setup
 got init
 got config --local status.showUntrackedFiles no
-got remote add origin git@localhost:dotfiles
+got remote add origin git@zndr.dk:dotfiles
 got fetch
 got reset --hard origin/master
 got branch -u origin/master