OpenComputerScripts/README_zhCN.md
2019-01-18 00:07:08 +08:00

40 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenComputerScripts
各种各样关于OC的代码
**在使用本仓库代码的过程中遇到技术性问题可通过提交Issue或QQ(1362050620)反馈.**
## 快速使用
使用以下命令下载Grab包管理器:
`wget https://raw.githubusercontent.com/Kiritow/OpenComputerScripts/master/grab.lua`
或者 (国内镜像)
`wget http://kiritow.com:3000/Kiritow/OpenComputerScripts/raw/master/grab.lua`
使用以下命令启动 脚本安装器:
`grab`
推荐使用`grab --help`查看帮助(英文),也可通过查看[Grab文档](DOC_Grab_zhCN.md)了解更多用法.
## 关于OpenComputers模组
[开放式电脑 OpenComputers](https://github.com/MightyPirates/OpenComputers) (以下简称OC)是MC的一个非常棒的mod.
开发者十分友好,社区非常和谐. 有问题可以直接[提issue](https://github.com/MightyPirates/OpenComputers/issues/new)或者去[IRC](https://webchat.esper.net/)上的#oc频道,以及[Discord服务器](https://discord.gg/bYqKv7h)(好像被墙了)上面对面交流. 交流时请注意时差.
[在MC百科上查看OC](http://www.mcmod.cn/class/389.html)
[在Curseforge上查看OC](https://minecraft.curseforge.com/projects/opencomputers)
本仓库中代码还使用到了[Computronics](https://github.com/asiekierka/Computronics/tree/master/src/main/resources/assets/computronics/doc/opencomputers/computronics/en_US)和[OpenSecurity](https://github.com/PC-Logix/OpenSecurity/wiki).
一些可能有用的链接: (英文)
[OpenComputers官方Wiki](https://ocdoc.cil.li/)
[Computronics官网](https://wiki.vexatos.com/wiki:computronics)