mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Doc: Add Dependencies section, close #17
This commit is contained in:
parent
fc99c2c875
commit
36092b3c9a
10
README.md
10
README.md
@ -8,6 +8,16 @@ Host app for the WebExtension **[PassFF](https://addons.mozilla.org/firefox/addo
|
|||||||
### Overview
|
### 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.
|
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
|
### 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:
|
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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user