From 2cf7efb5f50fdd89c9f8dc6877350a9c1e870b2f Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 3 Feb 2022 10:25:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579d7df..80be343 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Just use [my script](https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/m **Note:** You need `curl` installed in your system, it's installed by default on almost any distro. ``` -$ curl -O https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh && bash script.sh +$ curl -LO https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh && bash script.sh ```