Update README.md

This commit is contained in:
Yesseruser 2021-04-15 18:11:51 +02:00 committed by GitHub
parent ce6a741690
commit 6ae9f96ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# Opus OS for computercraft
<img src="https://github.com/kepler155c/opus-wiki/blob/master/assets/images/opus.gif?raw=true" width="540" height="360">
@ -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
```