diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -66,3 +66,39 @@ and for generating the documentation HTML and website, run: ```shell $ make public ``` + +For running the extra development-only checks, run: + +```shell +$ make dev-check +``` + +and for generating the documentation HTML and website, run: + +```shell +$ make public +``` + +Send contributions to the [mailing list] via +[`git send-email`](https://git-send-email.io/). + + +## Links + +- [homepage](https://euandreh.xyz/gistatic/en/) +- [source code](https://git.euandreh.xyz/gistatic/) +- [bug tracking](https://euandreh.xyz/gistatic/TODOs.html) +- [mailing list] +- [CI logs](https://euandreh.xyz/gistatic/ci.html) +- [CHANGELOG](https://euandreh.xyz/gistatic/en/CHANGELOG.html) + +[mailing list]: https://lists.sr.ht/~euandreh/public-inbox?search=%5Bgistatic%5D + + +## License + +The code is licensed under +[GNU Affero General Public License v3.0 or later][AGPL-3.0-or-later] +(AGPL-3.0-or-later). + +[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING |