aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--doc/install.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 244869a..90f1c63 100644
--- a/README
+++ b/README
@@ -28,8 +28,8 @@ to build some auto-generated files (e.g. ``libbe/_version.py``), and::
$ make install
to install BE. By default BE will install into your home directory,
-but you can tweak the ``PREFIX`` variable in ``Makefile`` to install
-to another location.
+but you can tweak the ``INSTALL_OPTIONS`` variable in ``Makefile``
+to install to another location.
.. _homepage: http://bugseverywhere.org/
diff --git a/doc/install.txt b/doc/install.txt
index 2c369fd..aaebc44 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -62,7 +62,7 @@ Git repository
BE is available as a Git repository::
- $ git clone git://gitorious.org/be/be.git be
+ $ git clone https://gitlab.com/bugseverywhere/bugseverywhere.git be
See the homepage_ for details. If you do branch the Git repo, you'll
need to run::