This commit is contained in:
Andrew Lalis 2018-11-04 10:39:26 +01:00
commit 661972da77
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ A more convenient way to move a robot.
*None* *None*
## Instructions ## Instructions
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: Simply run `pastebin get 4c2AN8Jw /lib/movescript.lua` 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")