We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746d436 commit a935456Copy full SHA for a935456
make.sh
@@ -101,7 +101,7 @@ rule() {
101
fi
102
cd webapp && npm install && npm start
103
;; jar)
104
- echo "Make sure you have the following installed: javac, ant"
+ echo "Make sure you have the following installed: javac, ant, dot (from graphviz)"
105
if test ! -e "g2html/build.xml"; then
106
git submodule update --init --recursive g2html
107
0 commit comments