File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1366,10 +1366,7 @@ like **'dpi.h' file not found**.
1366
1366
- When cloning the node-oracledb repository, include ODPI-C by doing:
1367
1367
1368
1368
```
1369
- git clone https://github.com/oracle/node-oracledb.git
1370
- cd node-oracledb
1371
- git submodule init
1372
- git submodule update
1369
+ git clone --recursive https://github.com/oracle/node-oracledb.git
1373
1370
```
1374
1371
1375
1372
With the node-oracledb source code in ` your_dir_path/node-oracledb ` use a
@@ -1433,10 +1430,7 @@ Oracle has a mirror of the GitHub repository source code that can be cloned
1433
1430
with:
1434
1431
1435
1432
```
1436
- git clone git://opensource.oracle.com/git/oracle/node-oracledb.git/
1437
- cd node-oracledb
1438
- git submodule init
1439
- git submodule update
1433
+ git clone --recursive git://opensource.oracle.com/git/oracle/node-oracledb.git/
1440
1434
```
1441
1435
1442
1436
With the node-oracledb source code in ` your_dir_path/node-oracledb ` use a
You can’t perform that action at this time.
0 commit comments