Skip to content

Commit

Permalink
Add nightly install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnoahlive committed Jun 15, 2024
1 parent 45947a7 commit 59a44e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ val myAction = { params: MutableMap<String, String> ->

ActionManager.registerAction("mymod:myaction", myaction)
```

## Nightly Releases
Be warned! These releases contain *bugs*! Make sure to report them on our [issues](https://github.com/NoahTheNerd/tapactions/issues) page!
* Head to our [GitHub](https://github.com/NoahTheNerd/tapactions)
* Click on "Actions" on the navigation bar up top
* Open the latest workflow run (the top one)
* Scroll down and download `mod-jar.zip`, this contains the `.jar` file of the latest nightly release! Enjoy!

0 comments on commit 59a44e0

Please sign in to comment.