From 5a41a488d79e39099722b6805c39675fef9c16a6 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Tue, 26 Dec 2017 16:29:42 +0100 Subject: [PATCH] Fix4 dotfiles-init.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cae8507..94ea5c0 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Execute this combined command: - $ git archive --remote=git@bitbucket.org:jannikz/dotfiles.git HEAD bin/dotfiles-init.sh | tar -x; cp bin/dotfiles-init.sh .;./dotfiles-init.sh;. .bashrc + $ git archive --remote=git@bitbucket.org:jannikz/dotfiles.git HEAD bin/dotfiles-init.sh | tar -x; cp bin/dotfiles-init.sh .;./dotfiles-init.sh;rm dotfiles-init.sh;. .bashrc -- 2.43.0