about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
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