Closed malcolmang closed 2 years ago
As seen in the image above, the "Getting started" instructs users to clone to repository and open it in IntelliJ to run the program, rather than just downloading and running the .jar file.
If this is the intended method of running the application, it then fails the Single File Constraint (https://nus-cs2113-ay2223s1.github.io/website/admin/tp-constraints.html#constraint-single-file), since that constraint requires that everything is packed into a single jar file and run that way.
As seen in the image above, the "Getting started" instructs users to clone to repository and open it in IntelliJ to run the program, rather than just downloading and running the .jar file.
If this is the intended method of running the application, it then fails the Single File Constraint (https://nus-cs2113-ay2223s1.github.io/website/admin/tp-constraints.html#constraint-single-file), since that constraint requires that everything is packed into a single jar file and run that way.