From 6c63f5df3146963572ac06f07eb5c98d115465f2 Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Tue, 25 Jun 2013 18:56:27 +0200 Subject: [PATCH] Update README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 45f3cac..b845e53 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,24 @@ node-pcsclite Bindings over pcsclite to access Smart Cards +Installation +============ + +In order to install the package you need to have installed in the system the +pcsclite libraries. In Debian/Ubuntu: + + apt-get install libpcsclite1 libpcsclite-dev. + +Once they are installed just run: + + npm install pcsclite + +To run any code you will also need to have installed the pcsc daemon: + + apt-get install pcscd + Example +======= var pcsc = require('pcsclite');