Added shorter links to scripts.
This commit is contained in:
parent
17a8ae6988
commit
e84fc835e7
|
@ -7,7 +7,7 @@ The Itemscript module provides a flexible, powerful interface for managing a tur
|
|||
To install this module, run the following command from your turtle's console:
|
||||
|
||||
```shell
|
||||
wget https://raw.githubusercontent.com/andrewlalis/movescript/main/min/itemscript.lua
|
||||
wget https://andrewlalis.github.io/movescript/scripts/itemscript.lua
|
||||
```
|
||||
|
||||
And then use it in a script:
|
||||
|
|
|
@ -7,7 +7,7 @@ The Movescript module provides a simple interface for executing *movescript sour
|
|||
To install this module, run the following command from your turtle's console:
|
||||
|
||||
```shell
|
||||
wget https://raw.githubusercontent.com/andrewlalis/movescript/main/min/movescript.lua
|
||||
wget https://andrewlalis.github.io/movescript/scripts/movescript.lua
|
||||
```
|
||||
|
||||
And then use it in a script:
|
||||
|
|
Loading…
Reference in New Issue