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.