Skip to content

Commit

Permalink
Merge pull request #844 from actionless/master
Browse files Browse the repository at this point in the history
repo: readme: slight fix
  • Loading branch information
nistormihai committed Aug 26, 2014
2 parents cb8ac90 + 069efb0 commit 2496874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ But while it's not officially supported you can try to figure it out on your own
## Installation
The folowing installation steps in generally are applicable to all OSs and any exception is specified.

1. Change to the directory you choose to install the application and clone Ally-Py's master branch there. (instead of `master` it should be smth like `2.0.1-stable`, go [here] (https://github.com/sourcefabric/Ally-Py/releases) for the latest version)
1. Change to the directory you choose to install the application and clone Ally-Py's master branch there. (instead of `master` branch it will be better to use stabilized tag, like `2.0.1-stable`, go [here] (https://github.com/sourcefabric/Ally-Py/releases) for the list of versions)

$ git clone https://github.com/sourcefabric/Ally-Py.git -b master ally-py
>Note:
>Depending by your OS you can choose a different location to install the application like /opt, c:\, etc.
2. Change to `ally-py` directory and clone LiveBlog's master branch there to directory `live-blog`. (instead of `master` it should be smth like `2.0.1-stable`, go [here] (https://github.com/superdesk/Live-Blog/releases) for the latest version)
2. Change to `ally-py` directory and clone LiveBlog's master branch there to directory `live-blog`. (instead of `master` use latest stable tag, like `2.0.1-stable`, list is [here] (https://github.com/superdesk/Live-Blog/releases))

$ cd ally-py
$ git clone https://github.com/superdesk/Live-Blog.git -b master live-blog
Expand Down

0 comments on commit 2496874

Please sign in to comment.