Update README.md

This commit is contained in:
DarkXero 2024-05-01 22:29:16 +03:00 committed by GitHub
parent 54048892a0
commit ac187024e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,4 +19,31 @@ With the help of this script you will be able to install **Plasma** in one of 4
</div>
Work is still in progress. Once done I will provide a **Curl** command you will able to use.. As well as a video explaining everything. Until then, feel free to inspect the code and make sure you understand everything. ;)
### How To Use :
First off, you will need to download latest [**Arch ISO**](https://archlinux.org/download/), boot it and follw the steps below..
**- Step 1 :**
Grab latest version of **ArchInstall** script
```
pacman -Syy archinstall
```
**- Step 2 :**
Run the **ArchInstall** guided setup via command below
```
archinstall --advanced
```
**- Step 3 :**
Go through the mothions skipping the **Profiles** and **Additional Packages** steps ignoring them completly, don't forget to set parallel downloads to as many as you want for faster downloads, also make sure to activate the **multilib** repository, if you forget you will have to start over coz my script will fail otherwise.
Finally select install, and let it do its thing, won't take long as it will just install basic packages nothing too big. Once it's done, it will prompt you if you want to **chroot** into your installed system, select yes since you don't have **Plasma** installed yet...
**- Step 4 :**
Now is the time to run my script. To do so, type the below command in terminal, hit enter and have fun.. A video will be made soon and added here, so keep it locked to this git...
```
bash -c "$(curl -fsSL https://tinyurl.com/PlasmaSetup)"
```
Enjoy ;)