From aba52c409cfa1dc27189dd5dfbe580496cfc7803 Mon Sep 17 00:00:00 2001 From: Frans Lytzen Date: Wed, 14 Oct 2020 18:22:17 +0100 Subject: [PATCH] Updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d15d3fc..c426750 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ Simple, easy to use server-side two-factor authentication library for .NET that See blog post for usage instructions: https://csharprookie.wordpress.com/2015/03/17/implementing-free-two-factor-authentication-in-net-using-google-authenticator/ + +# Notes +On linux, you need to ensure `libgdiplus` is installed if you want to generate QR Codes. See [https://github.com/codebude/QRCoder/issues/227](https://github.com/codebude/QRCoder/issues/227). \ No newline at end of file