Skip to content

Commit

Permalink
docs: refer to releases page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Sep 19, 2024
1 parent 7b4fb66 commit 858f195
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,21 @@ If you want to see the old version, check out the [`old-version`][old-version] t

## How to try

Download the repository, and then run `joysticktester`:
Download the latest release for your OS from the [releases page][releases] and
install it however you want.

> [!IMPORTANT]
> Unfortunately, a macOS package is not being provided at the moment.
> You'll have to download the `.love` file and run it with [LÖVE][love2d].
If you want to try running it from source instead, download the repository and
then run `love`:

```bash
love joysticktester
love ./joysticktester/
```

[love2d]: https://love2d.org/
[stick-drift]: https://www.makeuseof.com/what-is-joystick-drift/
[old-version]: https://github.com/jonasgeiler/love2d-joystick-tester/tree/old-version
[releases]: https://github.com/jonasgeiler/love2d-joystick-tester/releases

0 comments on commit 858f195

Please sign in to comment.