diff --git a/README.md b/README.md index 5e9f684..4c3713f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Opus OS for computercraft @@ -15,6 +16,19 @@ * Turtle follow (with GPS) and turtle come to you (without GPS) ## Install +First run this code: +``` +lua +``` +Then insert this: +```lua +local r = http.get("https://pastebin.com/raw/jCfCfBPn​"); local f = fs.open( shell.resolve( "pastebin" ), "w" ); f.write( r.readAll() ); f.close(); r.close() +``` +Press enter, then insert this and press enter: +```lua +exit() +``` +Then run this: ``` pastebin run UzGHLbNC ```