Project

General

Profile

« Previous | Next » 

Revision a2cfd9b1

Added by Patrick Plitzner over 7 years ago

ref #6158 Add missing git clone command to doc

View differences:

src/site/apt/getting-started.apt
24 24
	Use git to check out the sources from the EDIT repository to a location on your development machine.
25 25
	
26 26
---
27
$ https://dev.e-taxonomy.eu/git/taxeditor.git
28
$ ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
27
$ git clone https://dev.e-taxonomy.eu/git/taxeditor.git
28
$ git clone ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
29 29
---
30 30

  
31 31
	This will leave you with a directory <<<taxeditor/>>> containing everything that is needed. We will have a look at the contents later on.

Also available in: Unified diff