From 6e64892280c84194f8ff6787b70661e8a7647368 Mon Sep 17 00:00:00 2001 From: DarkXero-dev Date: Tue, 16 Jul 2024 19:56:11 +0300 Subject: [PATCH] Readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8fae42e..0398dd7 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ Now is the time to run my script. To do so, type the below command in terminal, bash -c "$(curl -fsSL https://tinyurl.com/PlasmaInstall)" ``` +**- For the security concious :** + +If you care about security, instead of using _Curl_ command you can download the script, inspect it then run it.. Do it via the following commands, then open and inspect via your favorite IDE : +``` +wget https://tinyurl.com/PlasmaInstall +``` +And after inspection set as executable and run via +``` +chmod +x PlasmaInstall && ./PlasmaInstall +``` + ### Full Guide : > For a more full in-depth guide with video included, feel free to check it out on our [**Official Site**](https://xerolinux.xyz/xero-news/xerolinux-plasma/) where we go over each step in detail. Video and written guide are to be used in tandem, as in together, otherwise you will surely get lost.