Skip to content

Commit 08796e1

Browse files
committed
doc: update readme example
1 parent 937f3a2 commit 08796e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ services:
3333
3434
## isql demo
3535
```bash
36-
echo -e "select top 10 * from <YourTable>\ngo" | isql -Usa -P${SA_PASSWORD} -D${DATABASE}
36+
. /opt/sap/SYBASE.sh && echo -e "select top 10 * from <YourTable>\ngo" | isql -Usa -P${SA_PASSWORD} -D${DATABASE}
3737
```

0 commit comments

Comments
 (0)