forked from sch/Slixfeed
Add upgrade instruction
This commit is contained in:
parent
dc85f73de5
commit
792481250f
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
@ -30,14 +30,14 @@ Filter using lists of allow and deny.
|
|||
|
||||
Display audios pictures and videos inline.
|
||||
|
||||
#### Privacy
|
||||
|
||||
Redirect to alternative back-ends, such as Invidious, Librarian, Nitter, for increased privacy, productivity and security.
|
||||
|
||||
#### Portable
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
### Upgrade
|
||||
|
||||
Upgrade using the following command.
|
||||
|
||||
```
|
||||
$ pip install --upgrade
|
||||
```
|
||||
|
||||
### Start
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue