Update README

This commit is contained in:
Santiago Gimeno
2013-06-25 18:56:27 +02:00
parent b40f9a2f88
commit 6c63f5df31

View File

@@ -3,7 +3,24 @@ node-pcsclite
Bindings over pcsclite to access Smart Cards 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 Example
=======
var pcsc = require('pcsclite'); var pcsc = require('pcsclite');