Update README.md

This commit is contained in:
DarkXero 2024-07-26 13:23:35 +03:00 committed by GitHub
parent 775e2f3fc4
commit bcd63e1cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,17 +36,6 @@ 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.