summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-06-14 21:48:20 +0800
committerFrederick Yin <fkfd@macaw.me>2020-06-14 21:48:20 +0800
commit4110a4df25170289dce8690a572d26c58063adb9 (patch)
tree176f04ccb064b7c797e4f1072dfb4d7fd4d0f505 /README.md
parentd34ba645c25f13ed53c64025d7a08ebda192af8a (diff)
Humanized file sizes
Includes hurry.filesize dep and its license ZPL-2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 34523b6..fdc7f36 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Dependencies:
- relatively new version of Python (3.8.3 personally)
- pygit2 (`pip install pygit2`)
+- hurry.filesize (`pip install hurry.filesize`)
- a gemini server capable of serving CGI
You need to edit the shebang of `git-gmi/cgi`:
@@ -51,4 +52,8 @@ Then, if you use Jetforce, run:
$ jetforce --dir /path/to/gemini --cgi-dir git [other arguments]
```
-Access your instance at `gemini://your-domain-or-ip/git/cgi/`. Don't forget the trailing slash. \ No newline at end of file
+Access your instance at `gemini://your-domain-or-ip/git/cgi/`. Don't forget the trailing slash, because jetforce is not capable of telling git.gmi its existence, potentially messing up relative links.
+
+## Licensing's a Bitch
+
+`hurry.filesize` is licensed under ZPL-2.0. I'm obligated, on ZPL-2.0's terms, to include it. I am once again ~~asking~~ begging you to use permissive licenses like a normal human being. \ No newline at end of file