From: Freddie Chopin Date: Sat, 20 Apr 2013 07:47:41 +0000 (+0200) Subject: Improve clone command in README X-Git-Tag: v0.7.0-rc1~11 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=1936646fc260c907ad18fc4c798dbbfb93447e18;ds=sidebyside Improve clone command in README Without the explicit dir at the end the repository will be cloned to "code". Change-Id: Icd8b55b4ba74f23b214c3844e2fb785377768119 Signed-off-by: Freddie Chopin Reviewed-on: http://openocd.zylin.com/1349 Reviewed-by: Øyvind Harboe Tested-by: jenkins --- diff --git a/README b/README index 34f1e7b9ca..6a83217425 100644 --- a/README +++ b/README @@ -434,7 +434,7 @@ Using the GIT command line client, you might use the following command to set up a local copy of the current repository (make sure there is no directory called "openocd" in the current directory): - git clone git://git.code.sf.net/p/openocd/code + git clone git://git.code.sf.net/p/openocd/code openocd Then you can update that at your convenience using