Skip to content

Commit c3a5f10

Browse files
committed
The version number is not needed in the macOS symbolic link
1 parent fe95151 commit c3a5f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ default library path such as in `~/lib` or `/usr/local/lib`. For example:
673673

674674
```
675675
mkdir ~/lib
676-
ln -s instantclient_12_2/libclntsh.dylib.12.1 ~/lib/
676+
ln -s instantclient_12_2/libclntsh.dylib ~/lib/
677677
```
678678

679679
Alternatively, copy the required OCI libraries, for example:

0 commit comments

Comments
 (0)