View | Details | Raw Unified | Return to bug 5516
Collapse All | Expand All

(-)a/INSTALL.ubuntu (-1 / +1 lines)
Lines 52-58 Run the following command to update your system: Link Here
52
1.4.1 Option A: Download Koha via Git (optional)
52
1.4.1 Option A: Download Koha via Git (optional)
53
53
54
    $ sudo apt-get install git-core git-email
54
    $ sudo apt-get install git-core git-email
55
    $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone
55
    $ git clone git://git.koha-community.org/koha.git kohaclone
56
    $ cd kohaclone
56
    $ cd kohaclone
57
    $ git checkout -b myinstall origin
57
    $ git checkout -b myinstall origin
58
58
(-)a/INSTALL.ubuntu.lucid (-2 / +1 lines)
Lines 45-51 IMPORTANT: You _MUST_ follow all the steps outlined there for Link Here
45
1.3.1 Option A: Download Koha via Git (optional)
45
1.3.1 Option A: Download Koha via Git (optional)
46
46
47
    $ sudo apt-get install git-core git-email
47
    $ sudo apt-get install git-core git-email
48
    $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone
48
    $ git clone git://git.koha-community.org/koha.git kohaclone
49
    $ cd kohaclone
49
    $ cd kohaclone
50
    $ git checkout -b myinstall origin
50
    $ git checkout -b myinstall origin
51
51
52
- 

Return to bug 5516