From 2bceeddd5c9c7bed425515a2dbdba66c97262c09 Mon Sep 17 00:00:00 2001 From: Thomas Vogt Date: Sun, 7 Jun 2020 19:52:31 +0200 Subject: [PATCH] Easier url for getting latest install script, fix #49 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eb8b9c..802b6e3 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/proj Download the latest `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so: ``` -$ VERSION=1.2.1 -$ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- firefox +$ curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox ``` Users of other supported browsers need to replace the last argument (`firefox`) by `chrome`, `opera`, `chromium` or `vivaldi`.