Skip to content

Commit 4144fbf

Browse files
committed
Refined documentation.
1 parent 09dd290 commit 4144fbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ To install the extension, download the zip file containing the latest version fr
103103

104104
You can build the extension from scratch using maven after cloning the repository.
105105

106-
* For NetLogo version 5, run `mvn package -f pom-v5.xml`
106+
* For NetLogo version 5, run `mvn clean package -f pom-v5.xml`
107107

108-
* For NetLogo version 6, run `mvn package -f pom-v6.xml`
108+
* For NetLogo version 6, run `mvn clean package -f pom-v6.xml`
109109

110110
In addition, you will need to build the [DBSCAN repository](https://github.com/chrfrantz/DBSCAN.git) (Command: `mvn package`) which contains the underlying DBSCAN algorithm. Place both jar files in the extensions subfolder `dbscan` (following the structure described under Variant 1).
111111

0 commit comments

Comments
 (0)