From 3a8faf24157f19a25a401410af86cc74073ba8c0 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 26 Jun 2018 01:22:09 -0400 Subject: [PATCH] Defer Linux support https://github.com/golang/go/blob/master/src/crypto/x509/root_linux.go https://github.com/golang/go/blob/master/src/crypto/x509/root_unix.go https://www.brightbox.com/blog/2014/03/04/add-cacert-ubuntu-debian/ https://chromium.googlesource.com/chromium/src/+/lkcr/docs/linux_cert_management.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7327b9..cb20975 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ On macOS, use Homebrew. brew install --HEAD FiloSottile/mkcert/mkcert ``` -On Linux, use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases), or build from source. +On Linux (support coming soon!), use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases), or build from source. ``` $ git clone https://github.com/FiloSottile/mkcert