docs: update README

This commit is contained in:
Guillaume ARM 2024-05-19 22:05:59 +02:00
parent be8ab78425
commit 710b681738

View File

@ -2,14 +2,26 @@
Some tools for cc:tweaked minecraft mod (aka computercraft) Some tools for cc:tweaked minecraft mod (aka computercraft)
## Download the installation script ## Installation
### Step 1
Download the install script:
``` ```
wget https://git.trapcloud.fr/guillaumearm/minecraft-cc-tools/raw/branch/master/install.lua wget https://git.trapcloud.fr/guillaumearm/minecraft-cc-tools/raw/branch/master/install.lua
``` ```
## Execute the installation script ### Step 2
Run the install script:
``` ```
install install
``` ```
## Upgrade to a new version
```
upgrade
```