about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-12-15 15:02:43 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-12-15 15:55:37 +0900
commitb6f13b126acb62f036fa508cfc05120a718aea16 (patch)
tree547adfe8f39273c32a0a14c35fc961f4c02775a6 /README.md
parent9654504997ab1d62f118f1fe896257f3011cdb57 (diff)
downloadphylactery-b6f13b126acb62f036fa508cfc05120a718aea16.tar.gz
Implement Atom feed
Implements: https://todo.sr.ht/~cnx/phylactery/2
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c98f657..118af79 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Phylactery is a web server rendering comic books directly from ZIP archives.
 
 ## Installation
 
-    go build -o $prefix/bin/phylactery main.go
+    go build -o $prefix/bin/phylactery *.go
 
 ## Usage
 
@@ -14,7 +14,7 @@ to the listening address and run `phylactery`.
 
 ## Hacking
 
-    PHYLACTERY_LIBRARY=/path/to/library PHYLACTERY_ADDRESS=:42069 go run main.go
+    PHYLACTERY_LIBRARY=/path/to/library PHYLACTERY_ADDRESS=:42069 go run *.go
 
 ## Contributing