From e0e1e70401c87e7884911250885d02e663727b5b Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:40:15 +0200 Subject: [PATCH] Cosmetic changes --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 523759e..7fae9b4 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,13 @@ xbps-install -Sy wget xbps-install -Sy curl ``` -then use `wget` to download the needed file: +then download the needed file: ``` bash +# For wget wget https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/vli.sh -O $HOME/vli.sh -``` -or `curl` if you prefer: - -``` bash +# For curl curl -o $HOME/vli.sh https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/vli.sh ```