From e6ef0b0830ff4a1722f72f762e36864e361cd119 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Tue, 28 Apr 2020 21:32:53 +0200 Subject: [PATCH] README: Simplify installation command The `-` is not needed! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e6062..1988bde 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The disadvantages are: Start the live CD of a supported Linux distribution, then open a terminal and execute: ```sh -GET https://git.io/JelI5 | sudo bash - +GET https://git.io/JelI5 | sudo bash ``` then follow the instructions; halfway through the procedure, the GUI installer of the O/S will be launched.