Skip to content

Commit

Permalink
Allow non-standard schema crawler home in script and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and paulr34 committed Oct 23, 2023
1 parent 148e19a commit 0cb540d
Show file tree
Hide file tree
Showing 2 changed files with 2,389 additions and 2,279 deletions.
6 changes: 5 additions & 1 deletion docs/make-schema-diagram
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
# It also has only ever been tested on Linux.
#

SC_HOME=~/schemacrawler/latest
# You can set env variables such as:
# SC_HOME=/opt/schemacrawler
if [ -z "$SC_HOME" ]; then
SC_HOME=~/schemacrawler/latest
fi
SC_BIN=${SC_HOME}/_schemacrawler/bin/schemacrawler.sh

SQLITE=~/.zap/self-check.sqlite
Expand Down
Loading

0 comments on commit 0cb540d

Please sign in to comment.