readme: move to sourcehut

This commit is contained in:
Jeremy Baxter 2024-02-29 16:48:42 +13:00
parent ef3da25fb5
commit b617bf3087

View file

@ -51,7 +51,7 @@ well as git for downloading the source code and make for compiling.
First, obtain a copy of the source code using the following command: First, obtain a copy of the source code using the following command:
git clone https://github.com/jtbx/callisto git clone https://git.sr.ht/~jeremy/callisto
After that, run After that, run
@ -74,7 +74,7 @@ https://aur.archlinux.org/packages/callisto-git
If you use Nix, you can use the flake: If you use Nix, you can use the flake:
nix profile install github:jtbx/callisto nix profile install sourcehut:~jeremy/callisto
## usage ## usage
@ -96,7 +96,16 @@ if it was a standalone executable, for example `./script.lua`.
Library documentation can be found here: Library documentation can be found here:
https://jtbx.github.io/callisto/doc https://jtbx.github.io/callisto/doc
## bugs
If you find a bug, please submit a report using the ticket tracker:
https://todo.sr.ht/~jeremy/callisto
If you don't have a sourcehut account, you can file a ticket by sending
an email to ~jeremy/callisto@todo.sr.ht.
## contributing ## contributing
Drop me an email with your patch at jtbx@disroot.org or open a Github Send a patch to ~jeremy/callisto-devel@lists.sr.ht using
pull request. You can optionally read the style.md document :) [`git send-email`](https://git-send-email.io). Preferred code style is
detailed in the style.md document but is not required. Thanks :)