Skip to content
Permalink
Browse files

[skip travis] Update README (#284)

  • Loading branch information...
ruebot authored and ianmilligan1 committed Oct 17, 2018
1 parent 2c66b09 commit f8ee21e0cac08f65a4ae889c2e2251d3676dfd19
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
@@ -20,15 +20,15 @@ The toolkit grew out of a previous project called [Warcbase](https://github.com/
If you have Apache Spark ready to go, it's as easy as:

```
$ spark-shell --packages "io.archivesunleashed:aut:0.16.0"
$ spark-shell --packages "io.archivesunleashed:aut:0.17.0"
```

### A little less easy

You can download the [latest release here](https://github.com/archivesunleashed/aut/releases) and include it like so:

```
$ spark-shell --jars /path/to/aut-0.16.0-fatjar.jar"
$ spark-shell --jars /path/to/aut-0.17.0-fatjar.jar"
```

### Even less easy

0 comments on commit f8ee21e

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.