Changes between Version 17 and Version 18 of CollaborateOnGithub


Ignore:
Timestamp:
May 12, 2009, 6:26:08 AM (15 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v17 v18  
    2525
    2626Installation instructions: 
    27  1. add the following line to `/etc/apt/sources.list` (substituting `UBUNTU_RELEASE_NAME` with the Ubuntu release you are using):
     27 1. add the following line to `/etc/apt/sources.list.d/git.list` (substituting `UBUNTU_RELEASE_NAME` with the Ubuntu release you are using):
    2828 {{{
    2929deb http://ppa.launchpad.net/smartlounge/ubuntu UBUNTU_RELEASE_NAME main
     
    3232 {{{
    3333$ apt-get update
    34 $ apt-get install git
     34$ apt-get install git-core
    3535 }}}
    3636 1. verify that the correct version was installed:
Back to Top