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.
|
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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue