Skip to content

Commit bd77627

Browse files
committed
Update README
1 parent 5dd1c40 commit bd77627

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ for benchmarking multiobjective evolutionary algorithms (MOEAs). Please cite th
99

1010
## Installation
1111

12-
These codes are intended for use with the MOEA Framework. Follow the steps below to setup these real-world
13-
benchmark problems:
14-
1512
### Requirements
1613

1714
These codes are intended to run on a Unix-like system (e.g., Ubuntu). In addition, please ensure the following
@@ -24,15 +21,15 @@ dependencies are installed:
2421

2522
### Setup with Eclipse
2623

27-
First, clone this repository:
24+
We recommend using a Java IDE, such as Eclipse or IntelliJ, when working with this project. First, clone this
25+
repository:
2826

2927
```bash
3028
git clone https://github.com/MOEAFramework/RealWorldBenchmarks.git
3129
```
3230

33-
We recommend opening this project in an IDE, such as Eclipse or IntelliJ. Next, we must compile the benchmark
34-
problems, as several are written in C / C++. Open a new terminal window and run the following from the
35-
`RealWorldBenchmarks` folder:
31+
Next, we must compile the benchmark problems, as several are written in C / C++. Open a new terminal window and run
32+
the following from the `RealWorldBenchmarks` folder:
3633

3734
```bash
3835
make -C native

0 commit comments

Comments
 (0)