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**.
1305
1305
separately download the ODPI-C submodule code and extract it into the
1306
1306
` odpi ` directory.
1307
1307
1308
- - If you clone the GitHub repository, you need to additionally run:
1308
+ - To clone the GitHub repository run:
1309
1309
1310
1310
```
1311
+ git clone https://github.com/oracle/node-oracledb.git
1312
+ cd node-oracledb
1311
1313
git submodule init
1312
1314
git submodule update
1313
1315
```
@@ -1328,6 +1330,9 @@ cloned with:
1328
1330
1329
1331
```
1330
1332
git clone git://oss.oracle.com/git/oracle/node-oracledb.git/
1333
+ cd node-oracledb
1334
+ git submodule init
1335
+ git submodule update
1331
1336
```
1332
1337
1333
1338
Follow the general instructions in [ Node-oracledb Installation from
You can’t perform that action at this time.
0 commit comments