OpenComputerScripts/README.md

37 lines
1.4 KiB
Markdown
Raw Normal View History

2017-10-28 23:31:58 +08:00
# OpenComputerScripts
Just some pieces of scripts for OpenComputers
2018-01-07 14:46:02 +08:00
2018-03-10 02:58:18 +08:00
[中文版本](README_zhCN.md)
2019-01-18 00:07:08 +08:00
## Quick Setup
2018-01-07 14:46:02 +08:00
2019-01-18 00:07:08 +08:00
Run the following command to download Grab package manager:
2018-01-07 14:46:02 +08:00
2019-01-18 00:07:08 +08:00
`wget https://raw.githubusercontent.com/Kiritow/OpenComputerScripts/master/grab.lua`
2018-01-15 15:45:03 +08:00
2019-01-18 00:07:08 +08:00
or (from mirror site):
2018-01-15 15:45:03 +08:00
2019-01-18 00:07:08 +08:00
`wget http://kiritow.com:3000/Kiritow/OpenComputerScripts/raw/master/grab.lua`
2018-01-15 15:45:03 +08:00
2019-01-18 00:07:08 +08:00
Then start it with:
2018-03-06 17:05:55 +08:00
2019-01-18 00:07:08 +08:00
`grab`
2018-03-06 17:05:55 +08:00
2019-01-18 00:07:08 +08:00
For more information about Grab, run `grab --help` (recommended) or see [Grab Documentation](DOC_Grab.md)
2018-03-06 17:05:55 +08:00
2019-01-18 00:07:08 +08:00
## About OpenComputers
2018-11-17 17:50:01 +08:00
2019-01-18 00:07:08 +08:00
[OpenComputers](https://github.com/MightyPirates/OpenComputers) is an amazing mod for Minecraft. I really love it !
2018-11-17 17:50:01 +08:00
2019-01-18 00:07:08 +08:00
And developers there are very friendly. You can [submit a new issue](https://github.com/MightyPirates/OpenComputers/issues/new) if you find something wrong. Also you can join the [IRC](https://webchat.esper.net/) (Channel #oc) or [Discord](https://discord.gg/bYqKv7h) and talk to them directly~!
2018-11-17 17:50:01 +08:00
2019-01-18 00:07:08 +08:00
Also view it on [Minecraft CurseForge](https://minecraft.curseforge.com/projects/opencomputers) too
2018-11-17 17:50:01 +08:00
2019-01-18 00:07:08 +08:00
This repo also uses [Computronics](https://github.com/asiekierka/Computronics/tree/master/src/main/resources/assets/computronics/doc/opencomputers/computronics/en_US) and [OpenSecurity](https://github.com/PC-Logix/OpenSecurity/wiki) (Document links)
Other useful links:
2019-01-18 00:07:08 +08:00
[OpenComputers Official documentation](https://ocdoc.cil.li/)
[Computronics Official Wiki](https://wiki.vexatos.com/wiki:computronics)