From 8c2d02eccbdfae4755ba1e1b6ce67eb0e389f8b5 Mon Sep 17 00:00:00 2001 From: 5bentz <10729484+5bentz@users.noreply.github.com> Date: Sat, 7 Jul 2018 23:22:38 +0200 Subject: [PATCH] Update README for 1.0.2 release --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da928b..d8512fb 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/proj #### Linux, MacOS, * BSD -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 latest `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: ``` -$ curl -sSL https://github.com/passff/passff-host/releases/download/1.0.1/install_host_app.sh | bash -s -- [firefox|chrome|opera|chromium|vivaldi] +$ VERSION=1.0.2 +$ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- [firefox|chrome|opera|chromium|vivaldi] ``` This script will download the host application (a small python script) and the add-on's manifest file (a JSON config file) and put them in the right place.