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:
0x80 2021-12-31 00:00:00 +00:00
parent 5cc99dd432
commit e577e50fd9
Signed by: 0x80
GPG Key ID: 68368BCBC000EF51
1 changed files with 0 additions and 6 deletions

View File

@ -58,12 +58,6 @@ rsstube is written in Python, an interpreted language. There's no need to compil
`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
If you installed rsstube with git, and you have GitPython installed, use `rsstube -U` or `rsstube --update`.