bump version in readme

This commit is contained in:
lapwat
2021-10-13 00:09:00 +02:00
committed by GitHub
parent d5971a2819
commit 4b9840e356

View File

@@ -29,14 +29,14 @@ go get -u github.com/lapwat/papeer
```sh ```sh
platform=linux platform=linux
# platform=darwin for MacOS # platform=darwin for MacOS
curl -L https://github.com/lapwat/papeer/releases/download/v0.2.0/papeer-v0.2.0-$platform-amd64 > papeer curl -L https://github.com/lapwat/papeer/releases/download/v0.2.1/papeer-v0.2.1-$platform-amd64 > papeer
chmod +x papeer chmod +x papeer
sudo mv papeer /usr/local/bin sudo mv papeer /usr/local/bin
``` ```
### On Windows ### On Windows
Download [latest release](https://github.com/lapwat/papeer/releases/download/v0.2.0/papeer-v0.2.0-windows-amd64.exe). Download [latest release](https://github.com/lapwat/papeer/releases/download/v0.2.1/papeer-v0.2.1-windows-amd64.exe).
## Install kindlegen to export websites to MOBI (optional) ## Install kindlegen to export websites to MOBI (optional)