From 26dc28c589702677127bf688602cc30ca455a850 Mon Sep 17 00:00:00 2001 From: Rahix Date: Mon, 10 Apr 2017 16:59:34 +0200 Subject: [PATCH] Add primitive README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000000..742b207ed205 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +oc-basecontrol +============== + +oc-basecontrol is a OpenComputers generic base control library. + +## Documentation ## + +Load oc-basecontrol into your application: +```lua +bc = require("bc"):init("") +``` +where `` is the address of you networks master. +The master is only required to download the base structure file.