Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Fixing nesting issue for Jekyll (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sequoia authored and superkhau committed Oct 12, 2016
1 parent 53bd89a commit 793f2c5
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,23 @@ cd loopback-example-database
npm install --save loopback-connector-oracle
```

> ####Automatic PATH modification
> #### Automatic PATH modification
> **⚠️ DEPRECATED loopback 1.x feature**
> During installation, you will see:
> ```
> ...
> ---------------------------------------------------------------------------
> The node-oracle module and the Oracle specific libraries have been
> installed in /Users/sh/repos/loopback-example-database/node_modules/loopback-connector-oracle/node_modules/loopback-oracle-installer.
>
> The default bashrc (/etc/bashrc) or user's bash_profile (~/.bash_profile)
> paths have been modified to use this path. If you use a shell other than
> bash, please remember to set the DYLD_LIBRARY_PATH prior to using node.
> ...
> ---------------------------------------------------------------------------
> The node-oracle module and the Oracle specific libraries have been
> installed in /Users/sh/repos/loopback-example-database/node_modules/loopback-connector-oracle/node_modules/loopback-oracle-installer.
>
> The default bashrc (/etc/bashrc) or user's bash_profile (~/.bash_profile)
> paths have been modified to use this path. If you use a shell other than
> bash, please remember to set the DYLD_LIBRARY_PATH prior to using node.
>
> Example:
> $ export DYLD_LIBRARY_PATH=":/Users/$USER/repos/loopback-example-database/node_modules/loopback-connector-oracle/node_modules/instantclient:/Users/$USER/repos/loopback-example-database/node_modules/loopback-connector-oracle/node_modules/instantclient"
> ...
>
> Example:
> $ export DYLD_LIBRARY_PATH=":/Users/$USER/repos/loopback-example-database/node_modules/loopback-connector-oracle/node_modules/instantclient:/Users/$USER/repos/loopback-example-database/node_modules/loopback-connector-oracle/node_modules/instantclient"
> ...
> ```
>
> This is a **DEPRECATED** feature from LoopBack 1.x (we will remove this
> message in a future update. Due to concerns raised in the past regarding the
Expand Down

0 comments on commit 793f2c5

Please sign in to comment.