Skip to content

Commit 21b0a14

Browse files
committed
Updated dependency, refined README.md
1 parent 2ebec63 commit 21b0a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Clustering agents by location should produce the following output (irrespective
9797

9898
### Variant 1: Downloading jar files
9999

100-
To install the extension, download the zip file containing the latest version from the releases page for your NetLogo version (5 or 6). It contains a folder `dbscan` that contains all relevant jar files. Unzip it to the `NetLogo/extensions` folder of your NetLogo installation (the final structure should correspond to `NetLogo x.x.x/app/extensions/dbscan/<jar files>`, with `x.x.x` being the installed NetLogo version).
100+
To install the extension, download the zip file containing the latest version from the [releases page](https://github.com/chrfrantz/NetLogo-Extension-DBSCAN/releases) for your NetLogo version (5 or 6). It contains a folder `dbscan` that contains all relevant jar files. Unzip it to the `NetLogo/extensions` folder of your NetLogo installation (the final structure should correspond to `NetLogo x.x.x/app/extensions/dbscan/<jar files>`, with `x.x.x` being the installed NetLogo version).
101101

102102
### Variant 2: Building from source
103103

pom-root.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.github.chrfrantz</groupId>
3131
<artifactId>DBSCAN</artifactId>
32-
<version>8f0532d80f775f9a27e811fa6c2901adbeae3ba9</version>
32+
<version>v0.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>junit</groupId>

0 commit comments

Comments
 (0)