From e577e50fd915c0f5294e287d2a2c321ca363dfb8 Mon Sep 17 00:00:00 2001 From: 0x80 <0x80@negativezero.link> Date: Fri, 31 Dec 2021 00:00:00 +0000 Subject: [PATCH] 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. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7624ac3..b7f5557 100644 --- a/README.md +++ b/README.md @@ -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`.