From c489cc9e0d327d3c71bb7fb82db5f6517af03604 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Oct 2017 22:18:14 +0200 Subject: [PATCH] autopush by david@ghost --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3a79c7..55c4447 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@ myzsh is my personal zsh config including a couple of features i fancy. it is hi ### installation -```bash -wget https://socialg.it/david/myzsh/raw/master/install.sh; \ -chmod +x install.sh; ./install.sh; rm install.sh +``` +curl -sSL https://socialg.it/david/myzsh/raw/master/install.sh | bash ```