Skip to content

Commit

Permalink
Updated dependency, refined README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfrantz committed Dec 11, 2016
1 parent 2ebec63 commit 21b0a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Clustering agents by location should produce the following output (irrespective

### Variant 1: Downloading jar files

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).
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).

### Variant 2: Building from source

Expand Down
2 changes: 1 addition & 1 deletion pom-root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.chrfrantz</groupId>
<artifactId>DBSCAN</artifactId>
<version>8f0532d80f775f9a27e811fa6c2901adbeae3ba9</version>
<version>v0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 21b0a14

Please sign in to comment.