From d3f64ed19178979c33a8967c852b282d93c0d55b Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Wed, 21 Dec 2022 16:26:26 +0100 Subject: [PATCH] Updated readme. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cbb5b6..7e0a6d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# movescript +# Movescript Simplified robot actions for Minecraft's ComputerCraft mod. + +For **installation, starter guides, examples, and reference documentation**, please refer to the [Movescript Documentation Pages](https://andrewlalis.github.io/movescript/). + +## Development + +All sources are developed under `src`, and automatic minified versions of them are added to the `min` directory. + +There are two main GitHub Actions that can run: + +1. On pushes to `main` with changes under `docs/`, the VuePress documentation site will be rebuilt and deployed to GitHub pages. +2. On pushes to `main` with changes under `src/`, all sources will be minified and an automated pull-request will be opened, to be manually merged by an administrator.