Skip to content

Commit e52a22a

Browse files
committed
Reorder OS list by popularity
1 parent 6e3a4bd commit e52a22a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ Instructions may need to be adjusted for your platform, environment and versions
6767

6868
I have ... | Follow this ...
6969
----------|-----------------
70-
Linux. My database is on another machine | [Node-oracledb Installation on Linux with Instant Client RPMs](#instrpm), [Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
70+
Windows | [Node-oracledb Installation on Windows](#instwin)
71+
Apple macOS | [Node-oracledb Installation on macOS with Instant Client](#instosx)
72+
Linux. My database is on another machine | [Node-oracledb Installation on Linux with Instant Client RPMs](#instrpm) or [Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
73+
Linux. My database is on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
74+
Linux. I have the full Oracle client (installed via `runInstaller`) on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
7175
AIX on Power Systems | [Node-oracledb Installation on AIX on Power Systems with Instant Client ZIP files](#instaix)
7276
Solaris x86-64 (64-Bit) | [Node-oracledb Installation on Oracle Solaris x86-64 (64-Bit) with Instant Client ZIP files](#instsolarisx8664)
73-
Linux. My database is on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
74-
Linux. I have the full Oracle client (installed via `runInstaller`) on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
75-
Apple macOS | [Node-oracledb Installation on macOS with Instant Client](#instosx)
76-
Windows | [Node-oracledb Installation on Windows](#instwin)
7777
Another OS with Oracle Database 11.2 or 12c, or client libraries available | Update binding.gyp and make any code changes required, sign the [OCA](https://www.oracle.com/technetwork/community/oca-486395.html), and submit a pull request with your patch.
7878

7979
### Other Resources Useful for node-oracledb

0 commit comments

Comments
 (0)