From a71a7285e4cfd505112d9f383151ae6d15f0d1c3 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sat, 18 May 2019 18:51:09 +0200 Subject: [PATCH] Follow redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b59b30..b7529a2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ icons (as the ones included in AnyBar, but in SVG format) just download them and put in the directory where quoll will search for them: ``` -mkdir -p $(quoll home) && curl -s https://github.com/eriol/quoll/releases/download/0.1.0/base_resources.tar.gz | tar xzf - -C $(quoll home) +mkdir -p $(quoll home) && curl -sL https://github.com/eriol/quoll/releases/download/0.1.0/base_resources.tar.gz | tar xzf - -C $(quoll home) ``` ### Usage