From cd7063554e4eb504e0330190924c3dfe9089a813 Mon Sep 17 00:00:00 2001 From: hictooth Date: Thu, 29 Jun 2023 13:43:58 +0100 Subject: [PATCH] update to include prebuilt binary info --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4649e5d..1b1e460 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,7 @@ You can either run the tool yourself, or [submit your School of Dragons account ## Running -To build, run the command: - -``` -dotnet publish -c Release --self-contained dragonrescue.sln -``` +Either compile the tool yourself using the [instructions under Compiling below](#Compiling), or [download the latest release for your computer](https://github.com/hictooth/dragonrescue/releases/latest). Then create a new empty folder for the export to be saved to @@ -20,12 +16,20 @@ Then create a new empty folder for the export to be saved to mkdir /tmp/sod-export ``` -Finally run the export tool: +Finally run the export tool with your School of Dragons username and password: ``` ./dragonrescue "username" "password" /tmp/sod-export ``` +### Compiling + +To compile, run the command: + +``` +dotnet publish -c Release --self-contained dragonrescue.sln +``` + ## Status ### What is exported