Add instruction in ```generateModuleGraphs.sh``` documentation. (#1361)

* Add Others OS instruction in documentation.

Change-Id: I96be572051558d89e004187534da96a7b01a78ea

* Change apt-get to apt according to [documentation](https://graphviz.org/download/)

Change-Id: I0c00ce50d6bce83de79b5612021822691090cb6f
pull/1050/head
Jaehwa Noh 2 weeks ago committed by GitHub
parent d183cbd412
commit 37fea198e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,8 @@ then
echo "The 'dot' command is not found. This is required to generate SVGs from the Graphviz files."
echo "Installation instructions:"
echo " - On macOS: You can install Graphviz using Homebrew with the command: 'brew install graphviz'"
echo " - On Ubuntu: You can install Graphviz using APT with the command: 'sudo apt-get install graphviz'"
echo " - On Ubuntu: You can install Graphviz using APT with the command: 'sudo apt install graphviz'"
echo " - Others: Visit https://graphviz.org/download/"
exit 1
fi

Loading…
Cancel
Save