Add primitive README
This commit is contained in:
parent
c988a73b09
commit
26dc28c589
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -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("<master-address>")
|
||||||
|
```
|
||||||
|
where `<master-address>` is the address of you networks master.
|
||||||
|
The master is only required to download the base structure file.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue