From 8dcd5ecc6858a0c60c3ef1ed855c227b9a3887d1 Mon Sep 17 00:00:00 2001 From: Yesseruser <67008763+yesseruser@users.noreply.github.com> Date: Thu, 15 Apr 2021 18:14:42 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3713f..9c9554e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ * Turtle follow (with GPS) and turtle come to you (without GPS) ## Install -First run this code: +First run this: ``` lua ``` @@ -24,11 +24,14 @@ 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() ``` +This crates a new copy of pastebin program, with fixed HTTPS. Press enter, then insert this and press enter: ```lua exit() ``` +This exits the lua bash. Then run this: ``` pastebin run UzGHLbNC ``` +This downloads and immedeately runs the installer.