Run java -version and mvn -version in the command line to ensure they are installed.
- git clone https://github.com/athornburg/MenuKnapsack.git
- cd MenuKnapsack
- Ensure text documents are in the MenuKnapsack/src/main/resources folder of the project.
- mvn clean
- mvn package
- For output with repitition: sh target/bin/MenuKnapsack -r menu.txt
- For output without repitition: sh target/bin/MenuKnapsack -n menu.txt