From 393279c2bae4a5f5da28c5b23c7b9dd9b8883c87 Mon Sep 17 00:00:00 2001 From: Mikko Maran <44495576+mikkomaran@users.noreply.github.com> Date: Mon, 12 Apr 2021 18:28:23 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4789f6d..4df1409 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ JavaFX application for detecting similarity between Python source code files usi * Tested & working on Windows OS ## Running the application Download the ***Source.code.similarity.detector.jar*** file from the latest [release](https://github.com/mikkomaran/source-code-similarity-detector/releases) and run the executable JAR. If double-clicking the JAR doesn't start the program then try running the the following commands from the command line: -* ***javaw -jar "path/to/file/Source code similarity detector.jar"*** -* ***javaw -cp "path/to/file/Source code similarity detector.jar" ee.ut.similaritydetector.ui.App*** +* ***javaw -jar "path/to/file/Source_code_similarity_detector.jar"*** +* ***javaw -cp "path/to/file/Source_code_similarity_detector.jar" ee.ut.similaritydetector.ui.App*** ## Input files The application takes input as a ZIP file that is generated from Moodle Virtual Programming Lab (VPL) submissions. The ZIP file contains folders for each student named by the student's name, user number and Moodle username separated with spaces (i.e. "Maran Mikko 999999 xxxx"). Inside student folders are one or multiple submission folders, named by the date and time of that submission. Each submission folder contains all submitted files (i.e. "exercise1.py", "exercise2.py",...). Only the latest submission's files are taken into the analysis. ## Features