mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-12-22 12:30:43 -06:00
docs: add release info to readme
This commit is contained in:
parent
d7c312bae5
commit
8ddfc8a019
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue