Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 985 Bytes

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 985 Bytes

SplashOS Logo

🌊 SplashOS - The easy to use modern Linux Distro

SplashOS is a modern Linux Distro aims to be as easy as possible for non technical users.

🏗️ Building Splash from source

Please note: these steps are for advanced users only.

Follow these steps to build the distro.

First let's get the repo and get into the build enviroment directory:

git clone https://github.com/MVDW-Java/SplashOS.git
cd SplashOS

Now we run the build script to fully build SplashOS automatically

./build.sh

🎉 You have now fully build SplashOS.

🙏 Special thanks to

LFS - For all the great documentation

Low Level Devel - To help me understand more and provide the scripts needed to make this.

jasperes - For the bash YAML parser.