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**.
13661366- When cloning the node-oracledb repository, include ODPI-C by doing:
13671367
13681368 ```
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
13731370 ```
13741371
13751372With 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
14331430with:
14341431
14351432```
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/
14401434```
14411435
14421436With 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