doc: add node installation instructions
This commit is contained in:
12
README.md
12
README.md
@@ -4,8 +4,18 @@ Bindings over pcsclite to access Smart Cards
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
You'll need a node version installed in the system. You have several options:
|
||||||
|
|
||||||
|
* Download and install it from the [node website](http://nodejs.org/)
|
||||||
|
* Install it from your own distro. For the Debian users:
|
||||||
|
|
||||||
|
`apt-get install nodejs nodejs-legacy`
|
||||||
|
|
||||||
|
* Use [nodesource repository](https://github.com/nodesource/distributions) for different distros.
|
||||||
|
* Use tools like [nave](https://github.com/isaacs/nave) or [nvm](https://github.com/creationix/nvm)
|
||||||
|
|
||||||
In order to install the package you need to have installed in the system the
|
In order to install the package you need to have installed in the system the
|
||||||
pcsclite libraries. In Debian/Ubuntu:
|
pcsclite libraries. For example, in Debian/Ubuntu:
|
||||||
|
|
||||||
apt-get install libpcsclite1 libpcsclite-dev
|
apt-get install libpcsclite1 libpcsclite-dev
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user