From ed504c10ca9ea9e2719587a7404da313a3fb8ed1 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Sun, 10 Jun 2012 12:19:26 +0200 Subject: [PATCH] Tell how to get the sources in the readme file. Also fix a poorly worded sentence in the system requirements. Signed-off-by: Richard Cochran --- README.org | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4e93920..89ca081 100644 --- a/README.org +++ b/README.org @@ -30,9 +30,25 @@ - Modular design allowing painless addition of new transports and clock servos. +* Getting the Code + + The source code is managed using the git version control system. To + get your own copy of the project sources, use the following command. + +#+BEGIN_EXAMPLE + git clone git://git.code.sf.net/p/linuxptp/code linuxptp +#+END_EXAMPLE + + If the git protocol is blocked by your local area network, then you + can use the alternative HTTP protocol instead. + +#+BEGIN_EXAMPLE + git clone http://git.code.sf.net/p/linuxptp/code linuxptp +#+END_EXAMPLE + * System Requirements - In order to run this software, you need to run a recent Linux kernel + In order to run this software, you need Linux kernel version 3.0 or newer, and the kernel header files must available at compile time.