diff --git a/README.md b/README.md index c4d36cc..9b5979f 100644 --- a/README.md +++ b/README.md @@ -37,20 +37,18 @@ 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. +You can also download 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-beta1/yartsu -chmod u+x ~/bin/yartsu -``` - -With [`eget`](https://github.com/zyedidia/eget): +Optionally with [`eget`](https://github.com/zyedidia/eget): ```bash eget daylinmorgan/yartsu ``` +This version will bundle depedencies and unpack them at `~/.shiv` at first runtime. +You can change this location by setting the `SHIV_ROOT` environment variable. +See `shiv` for more info. + ## Usage
Logo
diff --git a/yartsu/cli.py b/yartsu/cli.py index f119631..1ef72a7 100644 --- a/yartsu/cli.py +++ b/yartsu/cli.py @@ -112,7 +112,7 @@ def main() -> None: parsed_input = Text.from_ansi(args.input.read()) elif args.demo: - parsed_input = make_test_card() + parsed_input = make_test_card() # type: ignore title = args.title or cmd or "yartsu"