From 4f7099d9c808fa646f24540039af4ee8e7f943ab Mon Sep 17 00:00:00 2001 From: Anand Aiyer Date: Mon, 31 Oct 2016 16:27:01 +0530 Subject: * Forked bugseverywhere -- so update the README * Fix web interface issue with editing a bug * Integrate the web interface into the be command line, so it can be invoked easily using 'be web' --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 4f97835..3a901d6 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ Getting BE BE is available as a Git repository:: - $ git clone https://gitlab.com/bugseverywhere/bugseverywhere.git be + $ git clone https://github.com/aaiyer/bugseverywhere.git be See the homepage_ for details. If you do branch the Git repo, you'll need to run:: @@ -31,7 +31,7 @@ to install BE. By default BE will install into your home directory, but you can tweak the ``INSTALL_OPTIONS`` variable in ``Makefile`` to install to another location. -.. _homepage: http://bugseverywhere.org/ +.. _homepage: https://github.com/aaiyer/bugseverywhere Getting started -- cgit