This commit is contained in:
TheWahlolly
2025-05-23 18:25:36 +03:00
+12
View File
@@ -1,6 +1,15 @@
# Halyde # Halyde
A universal, customizable and feature-packed operating system for OpenComputers. A universal, customizable and feature-packed operating system for OpenComputers.
<p align="center">
<a href="https://lua.org/">
<img src="https://img.shields.io/badge/Written_in-Lua-blue?style=plastic&logo=lua" /></a>
<a href="https://ocdoc.cil.li/">
<img src="https://img.shields.io/badge/Made_for-OpenComputers-yellow?style=plastic" /></a>
<a href="https://cerulean-blue.gitbook.io/halyde-docs">
<img src="https://img.shields.io/badge/Documented_on-GitBook-green?style=plastic&logo=gitbook" /></a>
</p>
## Installation ## Installation
To install Halyde from OpenOS, simply run: To install Halyde from OpenOS, simply run:
@@ -9,3 +18,6 @@ To install Halyde from OpenOS, simply run:
If for some reason that doesn't work, try: If for some reason that doesn't work, try:
`wget -f https://raw.githubusercontent.com/Team-Cerulean-Blue/Halyde/refs/heads/main/webinstall.lua /tmp/webinstall.lua && /tmp/webinstall.lua` `wget -f https://raw.githubusercontent.com/Team-Cerulean-Blue/Halyde/refs/heads/main/webinstall.lua /tmp/webinstall.lua && /tmp/webinstall.lua`
## Docs
Halyde is [documented on GitBook](https://cerulean-blue.gitbook.io/halyde-docs).