Added shorter links to scripts.

This commit is contained in:
Andrew Lalis 2022-12-22 12:26:04 +01:00
parent 17a8ae6988
commit e84fc835e7
2 changed files with 2 additions and 2 deletions

View File

@ -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: To install this module, run the following command from your turtle's console:
```shell ```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: And then use it in a script:

View File

@ -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: To install this module, run the following command from your turtle's console:
```shell ```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: And then use it in a script: