Changes between Version 1 and Version 2 of doc/getSources


Ignore:
Timestamp:
02/07/21 18:06:46 (3 years ago)
Author:
andrew_b
Comment:

Update URLs.

Legend:

Unmodified
Added
Removed
Modified
  • doc/getSources

    v1 v2  
    55Use command: 
    66{{{ 
    7 git clone git://midnight-commander.org/git/mc.git 
     7git git@github.com:MidnightCommander/mc.git 
    88}}} 
    99 
    1010You can also use this command if you has only limited proxy/firewalled connection: 
    1111{{{ 
    12 git clone http://git.midnight-commander.org/mc.git 
     12git https://github.com/MidnightCommander/mc.git 
    1313}}} 
    1414 
    15 === Mirrors === 
    16  
    17  
    18 You also can clone repo from the mirrors: 
    19  
    20 ==== repo.or.cz ==== 
    21 {{{ 
    22 git clone git://repo.or.cz/midnight-commander.git 
    23 }}} 
    24 if you has only limited proxy/firewalled connection: 
    25 {{{ 
    26 git clone http://repo.or.cz/r/midnight-commander.git  
    27 }}} 
    28  
    29 That command create local copy of source repository on you machine. 
     15That command creates a local copy of source repository on you machine. 
    3016 
    3117== Update local repository ==