We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8b720 commit cb00790Copy full SHA for cb00790
README.md
@@ -51,6 +51,14 @@ max-dev-www.eff.org 3 Good AC3933B1B95BA5254F43ADBE5E3E38E539C74456
51
The above output represents the adjacency list for the graph for the root domain `eff.org`. The adjacency list is in the form:
52
`Node Depth Status Cert-Fingerprint [Edge1 Edge2 ... EdgeN]`
53
54
+## Compiling
55
+
56
+To compile certgraph you must have a working go 1.5 or newer compiler on your system.
57
+To compile for the running system compilation is as easy as running make
58
+```
59
+certgraph$ make
60
+go build -o certgraph certgraph.go
61
62
63
## [Web UI](https://lanrat.github.io/certgraph/)
64
0 commit comments