From 66a9bc0935216b9085ac969c9729449c89a3174c Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 28 Feb 2020 22:34:05 +0700 Subject: [PATCH] added uninstall instruction --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 3fd0286..99c98ae 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,12 @@ To install it run: pip install git-sweep || easy_install git-sweep +To uninstall it run: + +:: + + pip uninstall git-sweep + Try it for yourself (safely) ----------------------------