diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5eb8e9c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Phylactery + +Phylactery is a web server rendering comic books directly from ZIP archives. + +## Hacking + + PHYLACTERY_ADDRESS=:42069 go run main.go + +## Copying + +![AGPLv3](https://www.gnu.org/graphics/agplv3-155x51.png) + +Phylactery is free software: you can redistribute it and/or modify it +under the terms of the GNU [Affero General Public License][agplv3] as +published by the Free Software Foundation, either version 3 of the License, +or (at your option) any later version. + +[agplv3]: https://www.gnu.org/licenses/agpl-3.0.html |