Add upgrade instruction

This commit is contained in:
Schimon Jehudah 2024-01-28 12:52:02 +00:00
parent dc85f73de5
commit 792481250f

View file

@ -30,14 +30,14 @@ Filter using lists of allow and deny.
Display audios pictures and videos inline. Display audios pictures and videos inline.
#### Privacy
Redirect to alternative back-ends, such as Invidious, Librarian, Nitter, for increased privacy, productivity and security.
#### Portable #### Portable
Export and import feeds with a standard OPML file. Export and import feeds with a standard OPML file.
#### Proxy
Redirect to alternative back-ends, such as Invidious, Librarian, Nitter, for increased privacy, productivity and security.
#### Simultaneous #### Simultaneous
Slixfeed is designed to handle multiple contacts, including groupchats, Simultaneously. Slixfeed is designed to handle multiple contacts, including groupchats, Simultaneously.
@ -62,6 +62,14 @@ $ pip install git+https://gitgud.io/sjehuda/slixfeed
$ pipx install git+https://gitgud.io/sjehuda/slixfeed $ pipx install git+https://gitgud.io/sjehuda/slixfeed
``` ```
### Upgrade
Upgrade using the following command.
```
$ pip install --upgrade
```
### Start ### Start
``` ```