docs: add release info to readme

This commit is contained in:
Daylin Morgan 2022-06-15 00:54:16 -05:00
parent d7c312bae5
commit 8ddfc8a019

View file

@ -37,7 +37,19 @@ If you come across anything unexpected please submit an issue.
pip install yartsu pip install yartsu
``` ```
<!-- install zipapp from releases?? --> You can also install the [`shiv`](https://github.com/linkedin/shiv) based zipapp from the releases page.
With `cURL`:
```bash
curl -o ~/bin/yartsu -fL https://github.com/daylinmorgan/yartsu/releases/download/v22.06-beta/yartsu
chmod u+x ~/bin/yartsu
```
With [`eget`](https://github.com/zyedidia/eget):
```bash
eget daylinmorgan/yartsu
```
## Usage ## Usage