Skip to content

Commit 811c170

Browse files
committed
Install text tweaks
1 parent ffb0d0b commit 811c170

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

INSTALL.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ Questions and issues can be posted as [GitHub Issues][10].
640640

641641
Review the generic [prerequisites](#prerequisites).
642642

643-
The pre-built binaries were built on macOS High Sierra, 10.13.3
643+
The pre-built binaries were built on macOS High Sierra, 10.13.6
644644

645645
Oracle Instant Client libraries are required on macOS. There is no
646646
native Oracle Database for macOS but one can easily be run in a Linux
@@ -822,7 +822,7 @@ Download the free 64-bit Instant Client **Basic** ZIP file from
822822

823823
Alternatively move the unzipped Instant Client files to
824824
`node_modules\oracledb\build\Release` so the DLLs and other files
825-
are in the same directory as the `node.oracledb` binary. If you do
825+
are in the same directory as the `oracledb.node` binary. If you do
826826
this, then `PATH` does not need to be set.
827827

828828
#### 3.6.5 Optionally create the default Oracle Client configuration directory
@@ -971,15 +971,17 @@ node example.js
971971

972972
Node-oracledb binaries can be copied between compatible Windows systems.
973973

974-
After node-oracledb has been built on the source computer, copy the
975-
`node_modules\oracledb` directory to the destination computer's
976-
`node_module` directory.
974+
After node-oracledb has been built or installed on the source
975+
computer, copy the `node_modules\oracledb` directory to the
976+
destination computer's `node_module` directory.
977977

978978
Both computers must have the same version and architecture (32-bit or
979979
64-bit) of Node.js.
980980

981981
Oracle client libraries of the same architecture as Node.js should be
982-
in the destination computer's `PATH`. Note the Oracle client library
982+
in the destination computer's `PATH`. They may alternatively be in
983+
the directory `node_modules\oracledb\build\Release` where the
984+
`oracledb.node` binary is located. Note the Oracle client library
983985
versions do not have to be the same on different computers, but
984986
node-oracledb behavior and features may then differ.
985987

0 commit comments

Comments
 (0)