Update README.md

This commit is contained in:
Yesseruser
2021-04-15 18:14:42 +02:00
committed by GitHub
parent 6ae9f96ace
commit 8dcd5ecc68

View File

@@ -16,7 +16,7 @@
* Turtle follow (with GPS) and turtle come to you (without GPS) * Turtle follow (with GPS) and turtle come to you (without GPS)
## Install ## Install
First run this code: First run this:
``` ```
lua lua
``` ```
@@ -24,11 +24,14 @@ Then insert this:
```lua ```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() 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()
``` ```
This crates a new copy of pastebin program, with fixed HTTPS.
Press enter, then insert this and press enter: Press enter, then insert this and press enter:
```lua ```lua
exit() exit()
``` ```
This exits the lua bash.
Then run this: Then run this:
``` ```
pastebin run UzGHLbNC pastebin run UzGHLbNC
``` ```
This downloads and immedeately runs the installer.