Skip to content

Commit

Permalink
update to include prebuilt binary info
Browse files Browse the repository at this point in the history
  • Loading branch information
hictooth committed Jun 29, 2023
1 parent 1b83eb1 commit cd70635
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,28 @@ 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

```
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
Expand Down

0 comments on commit cd70635

Please sign in to comment.