From cf2db9e0054f6debb323cd1144a30e37278b053c Mon Sep 17 00:00:00 2001 From: Thomas Vogt Date: Sat, 24 Mar 2018 18:47:13 +0100 Subject: [PATCH] v1.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2599473..715fd59 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/proj 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: ``` -$ curl -sSL https://github.com/passff/passff-host/releases/download/1.0/install_host_app.sh | bash -s -- [firefox|chrome|opera|chromium|vivaldi] +$ curl -sSL https://github.com/passff/passff-host/releases/download/1.0.1/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.