From 46ffb16cb8d6b0149f709585e4ed4ad0433806f8 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 12 Jun 2019 20:56:27 +0200 Subject: [PATCH] [readme] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f1982..8a30a9d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This tool allows you to clear log files such as : With sudo ```bash -sudo curl https://raw.githubusercontent.com/sundowndev/covermyass/master/covermyass -o /usr/bin/covermyass +sudo curl -sSL https://raw.githubusercontent.com/sundowndev/covermyass/master/covermyass -o /usr/bin/covermyass sudo chmod +x /usr/bin/covermyass ```