Changes between Version 275 and Version 276 of BuildInstructions


Ignore:
Timestamp:
May 16, 2015, 1:24:58 AM (9 years ago)
Author:
leper
Comment:

Include gitlab since gitorious stopped existing but wasn't mentioned.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v275 v276  
    195195'''Note:''' Make sure that the checkout directory doesn't contain special characters (spaces or non-ASCII characters)
    196196
    197 There is also a Git mirror, which may be slightly less up-to-date but usually offers faster downloads. To use the Git mirror, use this command instead:
     197There are also Git mirrors, which may be slightly less up-to-date but usually offers faster downloads. To use a Git mirror, use one of the following commands instead:
    198198
    199199{{{
    200200#!sh
    201201git clone https://github.com/0ad/0ad.git
     202}}}
     203or
     204{{{
     205#!sh
     206git clone https://gitlab.com/0ad/0ad.git
    202207}}}
    203208