summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-05-07 13:40:16 -0300
committerTomas Touceda <chiiph@leap.se>2013-05-07 13:40:16 -0300
commit6bb12b1f3ab8e8dfe8f06c6787c722ab6e6b28c8 (patch)
treedf3f9533b6df4a69ce3eea776c2ed8be9838ffef /README.md
parentaae22189e091cf717326b3158b944f0d9c9537f9 (diff)
Update readme to point to leapcode's repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5b4ccf3..28c483d 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ is provided. It does the following:
virtualenvwrapper in the bootstrap virtualenv.
4. Obtain a copy of leap_mx with git clone.
5. Use ```mkvirtualenv``` included in the virtualenvwrapper inside the
- bootstrap virtualenv to install a project virtualenv for leap_mx.
+ bootstrap virtualenv to install a project virtualenv for leap_mx.
To use the bootstrap script, do:
~~~
@@ -43,7 +43,7 @@ To install python, virtualenv, and get started, do:
~~~
$ sudo apt-get install python2.7 python-dev python-virtualenv virtualenvwrapper
-$ git clone https://github.com/isislovecruft/leap_mx.git leap_mx
+$ git clone https://github.com/leapcode/leap_mx.git leap_mx
$ export WORKON_LEAPMX=${PWD}/leap_mx
$ source /usr/local/bin/virtualenvwrapper.sh
$ mkvirtualenv -a $WORKON_LEAPMX -r ${WORKON_LEAPMX}/pkg/mx-requirements.pip \
@@ -54,10 +54,10 @@ $ mkvirtualenv -a $WORKON_LEAPMX -r ${WORKON_LEAPMX}/pkg/mx-requirements.pip \
To get started quickly, without virtualenv, do:
~~~
$ sudo apt-get install python git
-$ git clone https://github.com/isislovecruft/leap_mx.git
+$ git clone https://github.com/leapcode/leap_mx.git
# pip install -r ./leap_mx/pkg/mx-requirements.pip
~~~
-Although, **it is advised** to install inside a python virtualenv.
+Although, **it is advised** to install inside a python virtualenv.
## [running](#running) ##
=========================
@@ -73,7 +73,7 @@ $ ./start_mx.py --help
=========================
Please see the HACKING and DESIGN docs.
-Our bugtracker is [here](https://leap.se/code/projects/eip_server/issue/new).
+Our bugtracker is [here](https://leap.se/code/projects/eip_server/issue/new).
Please use that for bug reports and feature requests instead of github's
tracker. We're using github for code commenting and review between