Skip to content

Commit 46dd513

Browse files
committed
Add an inline doc example
1 parent 9c9fea2 commit 46dd513

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7628,8 +7628,9 @@ Node-oracledb looks for the Oracle Client libraries as follows:
76287628
in the directory where the `oracledb*.node` binary is. For example in
76297629
`node_modules/oracledb/build/Release`. This directory should contain the
76307630
libraries from an unzipped Instant Client 'Basic' or 'Basic Light'
7631-
package. If the libraries are not found, no error is thrown and the
7632-
search continues, see next bullet point.
7631+
package. For example, use `ln -s
7632+
~/instantclient_19_3/libclntsh.dylib node_modules/oracledb/build/Release/`. If the libraries are not found, no error
7633+
is thrown and the search continues, see next bullet point.
76337634

76347635
- In `/usr/lib/dir`. If the Oracle Client libraries cannot be loaded, then
76357636
an error is thrown.

0 commit comments

Comments
 (0)