retronews

a featureful fork of the luke8086/retronews hn+lobste.rs tui
Log | Files | Refs | README | LICENSE

commit 0aa1d8cb1bfc112355d70a5e93557f7c29960682
parent d5c9176d27c09fdb6c634a6fc9698cd24108751b
Author: Luke S <55237178+luke8086@users.noreply.github.com>
Date:   Sun, 18 Sep 2022 12:30:03 +0200

Improve usage instructions in README
Diffstat:
MREADME.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -4,7 +4,12 @@ A Python script for browsing [Hacker News](https://news.ycombinator.com/) comments with an interface emulating classical usenet and mail readers, like slrn and mutt. -It only requires Python 3.9 and doesn't need installation, you can run it with `./retronews.py` +It only requires Python 3.9 and doesn't need installation, you can run it with: + +```bash +$ curl -LO https://raw.githubusercontent.com/luke8086/retronews/main/retronews.py +$ python3 ./retronews.py +``` For rationale, see the corresponding [blog post](https://luke8086.neocities.org/retronews.html)