Remove sample installation instructions.
I think in order to package rsstube, I need to move src/ to rsstube/ which will break people's installations if done this way. Sorry.
This commit is contained in:
parent
5cc99dd432
commit
e577e50fd9
|
@ -58,12 +58,6 @@ rsstube is written in Python, an interpreted language. There's no need to compil
|
||||||
|
|
||||||
`pip install --user GitPython PyGObject`
|
`pip install --user GitPython PyGObject`
|
||||||
|
|
||||||
### Sample Installation
|
|
||||||
|
|
||||||
`git clone https://negativezero.link/code/0x80/rsstube.git`
|
|
||||||
|
|
||||||
`sudo ln -s "$(pwd)/rsstube/rsstube" /usr/local/bin/rsstube`
|
|
||||||
|
|
||||||
### Updating
|
### Updating
|
||||||
|
|
||||||
If you installed rsstube with git, and you have GitPython installed, use `rsstube -U` or `rsstube --update`.
|
If you installed rsstube with git, and you have GitPython installed, use `rsstube -U` or `rsstube --update`.
|
||||||
|
|
Loading…
Reference in New Issue