From 1f48de29b621265feab7fb5b98fcd5f53b8d2e4f Mon Sep 17 00:00:00 2001 From: Toastie Date: Tue, 20 Aug 2024 15:23:45 +1200 Subject: [PATCH] Updated README.md and added EllieHub/README.md --- EllieHub/README.md | 4 ++++ README.md | 13 ++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 EllieHub/README.md diff --git a/EllieHub/README.md b/EllieHub/README.md new file mode 100644 index 0000000..b779609 --- /dev/null +++ b/EllieHub/README.md @@ -0,0 +1,4 @@ +# EllieHub script + +> [NOTE] +> This portion is a work in progress, please check back later to see if I have finished it or not. \ No newline at end of file diff --git a/README.md b/README.md index 55f3687..ed129f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # build-scripts -Here you can find the scripts for building elliebot and EllieHub \ No newline at end of file +Here you can find the scripts for building elliebot and EllieHub + +> [NOTE] +> You need [dotnet 8](https://dotnet.microsoft.com/en-us/download) to run these scripts or else the projects + +To use the elliebot script just run: + +`curl https://toastielab.dev/Emotions-stuff/build-scripts/raw/branch/main/elliebot/ellie-menu.ps1 -o ellie-menu.ps1` + +for the shell script referenced in the release portion of the ellie-menu.ps1 file fun + +`curl https://toastielab.dev/Emotions-stuff/build-scripts/raw/branch/main/elliebot/package.sh -o package.sh` \ No newline at end of file