Skip to content

Commit 90687f9

Browse files
committed
Simplify git clone steps
1 parent 45a6a3e commit 90687f9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

INSTALL.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

13751372
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
14331430
with:
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

14421436
With the node-oracledb source code in `your_dir_path/node-oracledb` use a

0 commit comments

Comments
 (0)