forked from integry/livecart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
15 lines (11 loc) · 937 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LiveCart home page: http://livecart.com
Installation guide: http://doc.livecart.com/help/installation
Cloning LiveCart repository
================
Master branch is used for the bleeding edge development. To clone the master branch, run the following command:
git clone git://github.com/integry/livecart.git
1.4.0 (and other version branches in future) contains the _stable_ code. New features are rarely (if ever) added to them and only bug-fix commits are back-ported (_cherry-picked_) from the master or other branches. To clone, for example, the stable 1.4.0 branch, run the following command:
git clone -b 1.4.0 git://github.com/integry/livecart.git
That's not all yet. LiveCart links several libraries as Git submodules, so to pull their code, also run the following commands after cloning the LiveCart repository:
cd livecart # <-- the directory of the cloned repository
git submodule update --init --recursive