Skip to content

Commit 1d4736a

Browse files
committed
Give step by step git clone commands
1 parent 0d98577 commit 1d4736a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

INSTALL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,9 +1305,11 @@ error like **'dpi.h' file not found**.
13051305
separately 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
```
13301332
git clone git://oss.oracle.com/git/oracle/node-oracledb.git/
1333+
cd node-oracledb
1334+
git submodule init
1335+
git submodule update
13311336
```
13321337

13331338
Follow the general instructions in [Node-oracledb Installation from

0 commit comments

Comments
 (0)