diff --git a/.travis.yml b/.travis.yml index 83398f6..aa0b8ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,10 @@ addons: - liblz4-tool # For building MUSL static builds on Linux. - musl-tools + # rga specific + - pandoc + - poppler-utils + - sqlite3 matrix: fast_finish: true include: diff --git a/README.md b/README.md index a0d118a..9a68f06 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ similar: rga should compile with stable Rust. To install it, simply run ```bash -apt install build-essential pandoc poppler-utils +apt install build-essential pandoc poppler-utils sqlite3 cargo install ripgrep_all rga --help