Skip to content
Snippets Groups Projects
Commit 321a5dbd authored by thomaswoehlke's avatar thomaswoehlke
Browse files

dev for Milestone 0.0.14

parent 6021db44
No related branches found
No related tags found
2 merge requests!161Issue 66 attempt 01,!160Issue 66 attempt 01
......@@ -3,6 +3,7 @@
#
# Start the gaphor UML Application
#
echo "Start the gaphor UML Application"
. venv/bin/activate
pip install -r requirements.txt
gaphor
\ No newline at end of file
#!/usr/bin/env bash
#
# Start the plantuml UML Application
#
echo "Start the plantuml UML Application"
. venv/bin/activate
java -jar docs/uml_plantuml/plantuml.1.2021.1.jar
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment