Skip to content

Commit

Permalink
Updated readme to better reflect versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
AJdeMooij committed Dec 1, 2021
1 parent f2b2203 commit 86a88c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We have provided a library containing many utilities for automated repeated runs
(e.g., for calibration, running experiments, sensitivity analysis) at
https://github.com/A-Practical-Agent-Programming-Language/covid-19-simulation-utilities

The library is a work in progress, so checkout the jaamas-2021-submission tag to ensure compatibility with the version
The library is a work in progress, so checkout the v2.0.0 version tag to ensure compatibility with the version
of this repository. Also note not all parts of the code are strictly documented. Running with the `-h` flag does show
manual pages for the core parts of the code. The `scripts` directory contains stand-alone scripts that may be helpful
for analysis. The library comes with absolutely no warranties.
Expand Down Expand Up @@ -72,12 +72,12 @@ Prerequisites:

## Sim2APL
Download [Sim2APL](https://github.com/A-Practical-Agent-Programming-Language/Sim2APL) from Github,
and, to ensure compatibility, checkout the `jaamas-2021-submission` tag.
and, to ensure compatibility, checkout the `v2.0.0` version tag.

```bash
$ git clone https://github.com/A-Practical-Agent-Programming-Language/Sim2APL.git
$ cd sim2apl
$ git checkout jaamas-2021-submission
$ git checkout v2.0.0
```

Install the package using Maven:
Expand All @@ -94,7 +94,7 @@ Clone the master branch of this library and install with Maven, or open in an ID
```bash
$ git clone https://github.com/A-Practical-Agent-Programming-Language/COVID-19-simulation.git
$ cd COVID-19-simulation
$ git checkout jaamas-2021-submission
$ git checkout v2.0.0
$ mvn -U clean install
```

Expand Down

0 comments on commit 86a88c9

Please sign in to comment.