From 36092b3c9ac71a702be62ff0512240e6b310c686 Mon Sep 17 00:00:00 2001 From: 5bentz <10729484+5bentz@users.noreply.github.com> Date: Tue, 29 May 2018 00:55:26 +0200 Subject: [PATCH] Doc: Add Dependencies section, close #17 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 715fd59..24a10ed 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ Host app for the WebExtension **[PassFF](https://addons.mozilla.org/firefox/addo ### Overview This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/projects/password-store/)** shell command. It has to be installed for the PassFF browser extension to work properly. +### Dependencies + +#### For the host application +* [`python3`](https://docs.python.org/3.5/) (>= 3.5) +* [`pass`](https://www.passwordstore.org/) + +#### For the install script (except Windows) +* `curl` +* `sed` + ### Installation Download the `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. You can do this in one line like so: