README version 1.1.0

This commit is contained in:
Thomas Vogt 2019-02-07 12:22:16 +01:00 committed by GitHub
parent 007366dd14
commit dcfef8bedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +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.0.2
$ VERSION=1.1.0
$ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- firefox
```