Skip to content

Commit

Permalink
Update README.md (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool authored Dec 15, 2020
1 parent 09e05d3 commit be4e44d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ If you're looking for basic indexing and search capabilities, you might want to
A low-effort way to try out Anserini is to look at our [online notebooks](https://github.com/castorini/anserini-notebooks), which will allow you to get started with just a few clicks.
For convenience, we've pre-built a few common indexes, available to download [here](https://git.uwaterloo.ca/jimmylin/anserini-indexes).

If you want to build Anserini itself, you'll need Java 11 and Maven 3.3+ is also required.
After cloning our repo (use `--recurse-submodules` option to make sure the `eval/` submodule also gets cloned), build using Maven:
You'll need Java 11 and Maven 3.3+ to build Anserini.
Clone our repo with the `--recurse-submodules` option to make sure the `eval/` submodule also gets cloned.
Then, build using using Maven:

```
mvn clean package appassembler:assemble
Expand Down

0 comments on commit be4e44d

Please sign in to comment.