Update README.md
This commit is contained in:
parent
f145f5a17e
commit
401c1fe65d
|
@ -8,7 +8,7 @@ A more convenient way to move a robot.
|
||||||
*None*
|
*None*
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
Simply run `pastebin get 4c2AN8Jw /home/lib/movescript` to install movescript to the local computer. Then you can begin writing movescripts to tell your robots how to move. For example:
|
Simply run `pastebin get 4c2AN8Jw /lib/movescript` to install movescript to the local computer. Then you can begin writing movescripts to tell your robots how to move. For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
local ms = require("movescript")
|
local ms = require("movescript")
|
||||||
|
@ -24,4 +24,4 @@ It is also possible to specify the amount of times to perform an action, by givi
|
||||||
```
|
```
|
||||||
local my_long_script = "10D2R5B3U"
|
local my_long_script = "10D2R5B3U"
|
||||||
ms.execute(my_long_script)
|
ms.execute(my_long_script)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue