Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nistormihai committed Aug 26, 2014
1 parent 2496874 commit 7d0b4a2
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` 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)
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.2-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` use latest stable tag, like `2.0.1-stable`, list is [here] (https://github.com/superdesk/Live-Blog/releases))
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.2-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 7d0b4a2

Please sign in to comment.