Switch to unified view

a/README.markdown b/README.markdown
...
...
52
52
53
Now we can get down to actually getting the Forge code and dependencies downloaded and ready to go.
53
Now we can get down to actually getting the Forge code and dependencies downloaded and ready to go.
54
54
55
    (anvil)~$ mkdir src
55
    (anvil)~$ mkdir src
56
    (anvil)~$ cd src
56
    (anvil)~$ cd src
57
    (anvil)~/src$ git clone git://git.code.sf.net/p/allura/git.git forge
57
    (anvil)~/src$ git clone https://git-wip-us.apache.org/repos/asf/incubator-allura.git forge
58
58
59
Although the application setup.py files define a number of dependencies, the `requirements.txt` files are currently the authoritative source, so we'll use those with `pip` to make sure the correct versions are installed.
59
Although the application setup.py files define a number of dependencies, the `requirements.txt` files are currently the authoritative source, so we'll use those with `pip` to make sure the correct versions are installed.
60
60
61
    (anvil)~/src$ cd forge
61
    (anvil)~/src$ cd forge
62
    (anvil)~/src/forge$ pip install -r requirements.txt
62
    (anvil)~/src/forge$ pip install -r requirements.txt