From 9baf572a7f285756a6b8272ef5a9476f88639416 Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Wed, 7 Feb 2018 16:13:03 +0100 Subject: [PATCH] Update instructions for building the binaries (#144) The file name mentioned does not even exist any more. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef15f9c18..08bb5b2add 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ go get github.com/google/certificate-transparency-go/scanner To compile the log scanner run: ```bash -go build github.com/google/certificate-transparency-go/scanner/main/scanner.go +go get github.com/google/certificate-transparency-go/scanner/scanlog ``` # Contributing