Skip to content

Commit

Permalink
Mods
Browse files Browse the repository at this point in the history
  • Loading branch information
madprops committed Aug 23, 2024
1 parent d512a3a commit f9c98db
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ for c in bytes:
return false
```

---
## Running

It's in the [AUR](https://aur.archlinux.org/packages/goldie-git).
To run the debug version for testing you can use `run.sh`

To compile a production binary you can do:

```sh
nim compile -d:release -o=bin/goldie "src/goldie.nim"
```

Or install through the [AUR](https://aur.archlinux.org/packages/goldie-git)

0 comments on commit f9c98db

Please sign in to comment.