File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1305,9 +1305,11 @@ error like **'dpi.h' file not found**.
13051305separately download the ODPI-C submodule code and extract it into the
13061306` odpi ` directory.
13071307
1308- - If you clone the GitHub repository, you need to additionally run:
1308+ - To clone the GitHub repository run:
13091309
13101310 ```
1311+ git clone https://github.com/oracle/node-oracledb.git
1312+ cd node-oracledb
13111313 git submodule init
13121314 git submodule update
13131315 ```
@@ -1328,6 +1330,9 @@ cloned with:
13281330
13291331```
13301332git clone git://oss.oracle.com/git/oracle/node-oracledb.git/
1333+ cd node-oracledb
1334+ git submodule init
1335+ git submodule update
13311336```
13321337
13331338Follow the general instructions in [ Node-oracledb Installation from
You can’t perform that action at this time.
0 commit comments