Skip to content

Commit 9d23e36

Browse files
committed
Changed URLs to match the new project tree
1 parent 98bd979 commit 9d23e36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ The best option is to download latest compiled stable releases from the releases
4646
```console
4747
git clone https://github.com/manolodd/opensimmpls.git
4848
```
49-
- Compile the code and obtain a binary jar including all you need (you will need to install Ant before):
49+
- Compile the code and obtain a binary jar including all you need (you will need to install Maven before):
5050
```console
5151
cd opensimmpls
52-
ant opensimmpls-binary-fat-release
52+
mvn package
5353
```
54-
- The jar file will be located in binary-fat-release/opensimmpls directory.
54+
- The jar file will be located in "target" directory.
5555
```console
56-
cd binary-fat-release/opensimmpls
56+
cd target
5757
```
5858
- Now, run the simulator:
5959
```console
@@ -64,7 +64,7 @@ java -jar openSimMPLS-bin-v{YourVersion}.jar
6464

6565
# How to use OpenSimMPLS
6666

67-
You can open a quick start guide directly from the simulator GUI. However, you can find the same guide in some languages at https://github.com/manolodd/opensimmpls/tree/master/src/com/manolodominguez/opensimmpls/resources/guides
67+
You can open a quick start guide directly from the simulator GUI. However, you can find the same guide in some languages at https://github.com/manolodd/opensimmpls/tree/master/src/main/resources/com/manolodominguez/opensimmpls/resources/guides
6868

6969

7070
# THIRD-PARTY COMPONENTS

0 commit comments

Comments
 (0)