From 29682fd58b4b96c8838146b91043876867e762f7 Mon Sep 17 00:00:00 2001 From: phiresky Date: Wed, 12 Jun 2019 22:03:06 +0200 Subject: [PATCH] sqlite dependency --- .travis.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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