Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 30, 2023
1 parent 169d4ae commit 1fc2512
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Ensure your system has the following software installed:

#### Setup MOEA Framework

Download the latest MOEA Framework binaries or source code from http://moeaframework.org/ and extract the archive
to a folder on your computer. We will refer to this as folder as `${MOEAFRAMEWORK_ROOT}` below.
Download the latest MOEA Framework binaries or source code from http://moeaframework.org/ and
extract the archive to a folder on your computer. We will refer to this as folder as `${MOEAFRAMEWORK_ROOT}` below.

#### Compile Benchmark Problems

Expand All @@ -40,7 +40,9 @@ Finally, download the latest version of the real-world benchmarks JAR file from

## Maven

If using Maven, you can simply add the following dependency to your project's `pom.xml`:
Alternatively, if you want to include these benchmark problems in a Maven project, add the following
dependency to your `pom.xml`. Please note that you will still need to compile the native executables
separately.

```xml
<dependency>
Expand Down

0 comments on commit 1fc2512

Please sign in to comment.