🌃
Shade
Shade is an operating system written for the communication.
📃
Experiencing
Building Requirements
- System:
Windows
,Linux
ormacOS
. - Memory:
1GB
for free. - Pieces of software:
Rust
(Cargo
&Rustup
) andQemu
.
Cloning Repo
This will create a folder ./Shade
for you.
git clone https://github.com/EnabledFish/Shade.git
cd Shade
Installing Nightly Rust
If you already have the nightly version of rust, you can skip this and override the toolchain only.
Before overriding the toolchain of rust, make sure you are in the root directory of this repo.
rustup install nightly
rustup override add nightly
Running Batch File
Shade provides a cross-platform building tool which you can use to construct the image of shade easily.
You can use the batch command to build and run Shade like this:
cargo batch
If you want to build Shade only without running, trying cargo batch -r false
.
❤️
Contributors
I am always waiting for your prs, truly.