Link to npmjs from the README and change repository->registry

This commit is contained in:
Christopher Jones 2015-09-25 18:28:22 +10:00
parent 5283c3be1d
commit 9dff2f4a1d
2 changed files with 6 additions and 6 deletions

View File

@ -124,7 +124,7 @@ npm config set https-proxy http://my-proxy.example.com:80
```
Install node-oracledb from the
[NPM repository](https://www.npmjs.com/package/oracledb):
[NPM registry](https://www.npmjs.com/package/oracledb):
```
npm install oracledb
@ -242,7 +242,7 @@ npm config set https-proxy http://my-proxy.example.com:80
```
Install node-oracledb from the
[NPM repository](https://www.npmjs.com/package/oracledb):
[NPM registry](https://www.npmjs.com/package/oracledb):
```
npm install oracledb
@ -325,7 +325,7 @@ npm config set https-proxy http://my-proxy.example.com:80
```
Install node-oracledb from the
[NPM repository](https://www.npmjs.com/package/oracledb):
[NPM registry](https://www.npmjs.com/package/oracledb):
```
npm install oracledb
@ -432,7 +432,7 @@ npm config set https-proxy http://my-proxy.example.com:80
```
Install node-oracledb from the
[NPM repository](https://www.npmjs.com/package/oracledb):
[NPM registry](https://www.npmjs.com/package/oracledb):
```
npm install oracledb
@ -569,7 +569,7 @@ npm config set https-proxy http://my-proxy.example.com:80
```
Install node-oracledb from the
[NPM repository](https://www.npmjs.com/package/oracledb):
[NPM registry](https://www.npmjs.com/package/oracledb):
```
npm install oracledb

View File

@ -81,7 +81,7 @@ There are examples in the [examples](https://github.com/oracle/node-oracledb/tre
The basic install steps are:
- Install the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries if your database is remote. Or use a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release.
- Run `npm install oracledb` to install from the NPM registry.
- Run `npm install oracledb` to install from the [NPM registry](https://www.npmjs.com/package/oracledb).
See [INSTALL](https://github.com/oracle/node-oracledb/tree/master/INSTALL.md) for details.