commit 560a924c01399e240f311116d2afc4297c031605 parent 1238679c1c92ad63206240403d66c4cdb638a606 Author: Luke S <55237178+luke8086@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:08:31 +0200 Minor rephrasing in README Diffstat:
| M | README.md | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -8,11 +8,10 @@ It was primarily written so I could highlight interesting threads and keep track of read / unread messages (see [blog post](https://luke8086.dev/retronews.html)). The UI showing one message at a time also encourages slower, more focused reading. -On Unix-like systems it only depends on Python 3.9 and doesn't require installation. -On Windows you may need to install [windows-curses](https://pypi.org/project/windows-curses/) -first. +On Unix-like systems it only depends on Python 3.9. On Windows you may also need +to install [windows-curses](https://pypi.org/project/windows-curses/). -You can run it simply with: +It doesn't require installation. You can run it simply with: ```bash $ curl -LO https://raw.githubusercontent.com/luke8086/retronews/main/retronews.py