KDE/README.md

45 lines
1.3 KiB
Markdown
Raw Normal View History

2021-11-22 08:46:39 +00:00
# How to install OlaiOS
2021-11-22 08:41:07 +00:00
2021-11-22 08:41:39 +00:00
## Making a Bootable Device
2021-11-22 07:17:22 +00:00
2021-11-22 08:20:39 +00:00
Download regular arch Linux
2021-11-22 08:46:39 +00:00
<br />https://archlinux.org/download
2021-11-22 08:30:02 +00:00
<br />Make a bootable USB Drive
2021-11-22 07:25:18 +00:00
2021-11-22 08:47:05 +00:00
For Linux and Mac Users, Download BalenaEtcher https://www.balena.io/etcher/
<br />For Windows Users, Download BalenaEtcher or Rufus https://rufus.ie/en/
2021-11-22 08:20:39 +00:00
After you made a bootable USB Drive launch it from BIOS / UEFI
2021-11-22 08:30:02 +00:00
<br />After Arch Linux launches type
2021-11-22 08:20:39 +00:00
2021-11-22 08:41:56 +00:00
## Building the OS
2021-11-22 08:41:07 +00:00
2021-11-22 08:46:39 +00:00
`sudo pacman -S Syyu` that will update your operating system and after the update type
<br />`sudo pacman -S git` That will install git which will allow you to download OlaiOS
2021-11-22 08:36:49 +00:00
<br />After Git it downloaded type
2021-11-22 08:46:39 +00:00
<br />`git clone https://github.com/OlaYZen/OlaiOS.git`
2021-11-22 07:17:22 +00:00
2021-11-22 08:20:39 +00:00
After you have git clone,
2021-11-22 08:36:49 +00:00
<br />Right now, There are 5 Desktop environments ready to download, there is
2021-11-22 08:30:02 +00:00
2021-11-22 08:49:05 +00:00
- Cinnamon
2021-11-22 08:49:26 +00:00
- GNOME
- KDE
- MATE
- Xfce4
2021-11-22 07:24:43 +00:00
2021-11-22 08:20:39 +00:00
Choose your Desktop environment by running example
2021-11-22 08:46:39 +00:00
<br />`cd KDE`
2021-11-22 07:24:43 +00:00
After choosing your Desktop environment select your Drivers which matches your GPU by running
2021-11-22 08:46:39 +00:00
<br />`cd Nvidia` or `cd AMD`
2021-11-22 07:17:22 +00:00
2021-11-22 07:24:43 +00:00
After entering the Driver folder, run
2021-11-22 08:46:39 +00:00
<br />`chmod +x installer.sh`
<br />`.\installer.sh`
2021-11-22 07:25:18 +00:00
2021-11-22 07:17:22 +00:00
All necessary files will be automatically downloaded for you,
2021-11-22 08:31:14 +00:00
<br />After installation you will be asked to create an account. Create the account and restart the computer
2021-11-22 07:17:22 +00:00
OlaiOS should be fully installed