Update README.md

This commit is contained in:
OlaYZen 2021-11-22 16:02:37 +01:00 committed by GitHub
parent 30a67fa948
commit fe940aaf90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# How to install OlaiOS # **How to install OlaiOS**
<img src="https://i.imgur.com/X8QbiuX.png"/> <img src="https://i.imgur.com/X8QbiuX.png"/>
# Making a Bootable Device # **Making a Bootable Device**
Download regular arch Linux Download regular arch Linux
<br />https://archlinux.org/download <br />https://archlinux.org/download
@ -13,18 +13,23 @@ For Linux and Mac Users, Download BalenaEtcher https://www.balena.io/etcher/
After you made a bootable USB Drive launch it from BIOS / UEFI After you made a bootable USB Drive launch it from BIOS / UEFI
<br />After Arch Linux launches type <br />After Arch Linux launches type
## Building the OS ## **Building the OS**
sudo pacman -Syyu
#### That will update your operating system, but this may fail because of low storage, and after the update type
`sudo pacman -Syyu` that will update your operating system, but this may fail because of low storage, and after the update type sudo pacman -S git
<br />`sudo pacman -S git` That will install git which will allow you to download OlaiOS
#### That will install git which will allow you to download OlaiOS
<br />After Git it downloaded type <br />After Git it downloaded type
<br />`git clone https://github.com/OlaYZen/OlaiOS.git`
After you have git clone, go to the OlaiOS Folder by Typing git clone https://github.com/OlaYZen/OlaiOS.git
<br />`cd OlaiOS/`
## Selecting Desktop Environments #### After you have git clone, go to the OlaiOS Folder by Typing
Right now, There are 6 Desktop environments ready to download, there is
cd OlaiOS/
## **Selecting Desktop Environments**
#### Right now, There are 6 Desktop environments ready to download, there is
- Cinnamon - Cinnamon
- GNOME - GNOME
@ -33,22 +38,32 @@ Right now, There are 6 Desktop environments ready to download, there is
- Xfce4 - Xfce4
- Budgie - Budgie
Choose your Desktop environment by running example #### Choose your Desktop environment by running example
<br />`cd KDE`
After choosing your Desktop environment select your Drivers which matches your GPU by running
<br />`cd Nvidia` or `cd AMD`
## Start the Script cd KDE
After entering the Driver folder, run #### After choosing your Desktop environment select your Drivers which matches your GPU by running
<br />`chmod +x installer.sh` then
<br />`./installer.sh`
All necessary files will be automatically downloaded for you, cd Nvidia
<br />After installation you will be asked to create an account. Create the account and restart the computer #### or
OlaiOS should be fully installed cd AMD
## Official Wiki ## **Start the Script**
#### After entering the Driver folder, run
chmod +x installer.sh
#### then
./installer.sh
#### All necessary files will be automatically downloaded for you,
After installation you will be asked to create an account.
Create the account and restart the computer
#### OlaiOS should be fully installed
## **Official Wiki**
- [Wiki](https://github.com/OlaYZen/OlaiOS/wiki) - [Wiki](https://github.com/OlaYZen/OlaiOS/wiki)
- [Discord](https://discord.gg/s7VPXh3qtS) - [Discord](https://discord.gg/s7VPXh3qtS)
- [Default Options](https://github.com/OlaYZen/OlaiOS/wiki/Default-Options) - [Default Options](https://github.com/OlaYZen/OlaiOS/wiki/Default-Options)