From a73a4f55ae8d0b059df8e498de7fa103a9eb69f8 Mon Sep 17 00:00:00 2001 From: Ali Date: Sun, 9 Sep 2018 11:39:17 +0200 Subject: [PATCH] Fixed pip install command --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b8b6bcb..370a309 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Install Install the package via ``pip``:: - pip install sentry-redmine + pip install git+git://github.com/getsentry/sentry-redmine@master Configuration -------------