Skip to content

Commit 7432d7a

Browse files
committed
meta: Update readme.
1 parent 70066d0 commit 7432d7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p align="center">
1414
<a href="https://skiftos.org/">Website</a> -
1515
<a href="http://discord.skiftos.org">Discord</a> -
16-
<a href="https://github.com/skiftOS/skift/releases">Releases</a>
16+
<a href="https://github.com/skift-org/skift/releases">Releases</a>
1717
</p>
1818

1919
<br/>
@@ -23,12 +23,16 @@
2323

2424
## About
2525

26+
> 🛈 **Note:** skiftOS is currently in the early stages of development and is not yet ready for daily use. Please do not use it in production environments. Here be dragons! 🐉
27+
2628
**skiftOS** is a hobby operating system built from scratch for ARM, x86, and RISC-V architectures. It is designed to be simple, modern, and modular, featuring a modern C++ core library, reactive UI, and a capability-based microkernel. skiftOS values simplicity, modernity, and modularity, and has several notable features such as multi-architecture support and easy hackability. It is free and open-source under the MIT license.
2729

2830
![skiftOS Screenshot](doc/screenshots/2023-06-06.png)
2931

3032
## Building
3133

34+
> 🛈 **Note:** If you are having trouble building skiftOS, feel free to ask for help in the [Discord server](http://discord.skiftos.org)
35+
3236
To build skiftOS, you need to have a modern C/C++ compiler such as clang-16 installed on your computer. Additionally, you need to have the following tools installed: `python3`, `llvm`, `clang`, `ninja`, `nasm`, and `qemu`. Please refer to the documentation of these tools or use your package manager to install them.
3337

3438
### Step 1: Set up the build environment

0 commit comments

Comments
 (0)