Skip to content

Commit 46128fc

Browse files
authored
Update "Create a symbolic link (symlink)"
1 parent 4bc51a3 commit 46128fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ https://formulae.brew.sh/cask/sqlcl
100100

101101
### Add to PATH
102102
```shell
103-
export PATH="$PATH:/Users/Shared/data/MacBookPro/app/oracle/sqlcl/bin"
103+
export PATH="$PATH:<Your Path>/sqlcl/bin"
104104
```
105105

106106
### Create symlink
107107
```shell
108-
sudo ln -s /Users/Shared/data/MacBookPro/app/oracle/sqlcl/bin /usr/local/bin/sql
108+
sudo ln -s <Your Path>/sqlcl/bin /usr/local/bin/sql
109109
```
110110

111111
### Start SQLcl

0 commit comments

Comments
 (0)