Added DokuWiki docs to README
Minify all Lua files to minified branch / minify (push) Has been cancelled

This commit is contained in:
2026-06-20 06:47:11 +00:00
parent 1d05b2e26d
commit a45c02b93a
+23 -23
View File
@@ -1,23 +1,23 @@
# 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"> <p align="center">
<a href="https://lua.org/"> <a href="https://lua.org/">
<img src="https://img.shields.io/badge/Written_in-Lua-blue?style=plastic&logo=lua" /></a> <img src="https://img.shields.io/badge/Written_in-Lua-blue?style=plastic&logo=lua" /></a>
<a href="https://ocdoc.cil.li/"> <a href="https://ocdoc.cil.li/">
<img src="https://img.shields.io/badge/Made_for-OpenComputers-yellow?style=plastic" /></a> <img src="https://img.shields.io/badge/Made_for-OpenComputers-yellow?style=plastic" /></a>
<a href="https://cerulean-blue.gitbook.io/halyde-docs"> <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> <img src="https://img.shields.io/badge/Documented_on-GitBook-green?style=plastic&logo=gitbook" /></a>
</p> </p>
## Installation ## Installation
To install Halyde from OpenOS, simply run: To install Halyde from OpenOS, simply run:
`pastebin run MB21BTMv` `pastebin run MB21BTMv`
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 ## Docs
Halyde is [documented on GitBook](https://cerulean-blue.gitbook.io/halyde-docs). Halyde is [documented on DokuWiki](https://wiki.sting.lt/), however there is an alternative documentation on [GitBook](https://cerulean-blue.gitbook.io/halyde-docs/).