From 15bbd1cf205f0869ef2007c726c4bcddab11b043 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Mon, 13 Jul 2020 09:29:35 -0700 Subject: [PATCH] Remove libpcsclite-dev requirement --- examples/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 6233571c..a2323302 100644 --- a/examples/README.md +++ b/examples/README.md @@ -341,8 +341,6 @@ This example creates 3 different docker images: certificate and sets a cron that renews the certificate (the cron runs every minute for testing purposes). -On Linux, you will need the `libpcsclite-dev` package. - To run this test you need to have the docker daemon running. With docker running swith to the `examples/docker directory` and run `make`: