From 8ddfc8a0198ebab05cad4fc636cec19a8ea652b7 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 15 Jun 2022 00:54:16 -0500 Subject: [PATCH] docs: add release info to readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d82a5e..c6087cf 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,19 @@ If you come across anything unexpected please submit an issue. pip install yartsu ``` - +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