ref: 45d380a2ac7ab73fb8bf38cf3f261189529dc926
parent: fc1f6aa445f20fc4ec20abae51cd4cde33ddd0fd
author: Philip Silva <philip.silva@protonmail.com>
date: Mon Dec 14 13:16:51 EST 2020
README += cmd line args
--- a/README.md
+++ b/README.md
@@ -16,11 +16,27 @@
You can download a tarball with the binary at http://psilva.sdf.org/opossum-plan9-amd64.tgz
+```
+./opossum-plan9-amd64.bin
+```
+
To compile the source Go 1.15 is needed. Probably `$GOPROXY` should be set to `https://proxy.golang.org`
```
cd cmd/browse
go run .
+```
+
+There are various command line options, visible with `-h`, most importantly to see errors:
+
+```
+go run . '-quiet=false'
+```
+
+or all messages:
+
+```
+go run . '-quiet=false' '-debug=true'
```
## macOS