Skip to content

Commit abb936c

Browse files
authored
Install Oracle SQLcl with Brew
1 parent d24c055 commit abb936c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ cd /<$FILE_PATH>/sqlcl/bin
7373
./sql <$USER_NAME>/<$PASSWORD>@<$HOST>:<$PORT>/<$SID>
7474
```
7575

76+
<br>
77+
78+
### Install Oracle SQLcl with Brew (Homebrew)
79+
80+
81+
```shell
82+
brew install --cask sqlcl
83+
```
84+
https://formulae.brew.sh/cask/sqlcl
7685

7786
<br>
7887

0 commit comments

Comments
 (0)