From be4e44d5ac1e898469fc179f8e6a336234b23d93 Mon Sep 17 00:00:00 2001 From: Jimmy Lin Date: Tue, 15 Dec 2020 10:41:28 -0500 Subject: [PATCH] Update README.md (#1441) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 096d571817..8a1128ce5c 100644 --- a/README.md +++ b/README.md @@ -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