From eb4aae5346f337a32744655add3fe1e5fcf0d3f8 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 20 Nov 2020 13:21:39 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e3f20cd..71b165c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # UMLetClassParser Parses a UMLet File directly into Java class files or parses UML Text into Java code + +# File Mode +1. Open the program +2. Select File Mode +3. Enter the package destination path below. This should be in the format: "C:\xy\packageName" +4. Either enter the uxf file path or just drag and drop the file directly into the uxf file field +5. The classes have now been generated + +# Text Mode +1. Open the program +2. Select Text Mode +3. Type a UML class +4. Java code will be generated directly into the field below