diff options
author | Freddie Chopin <freddie.chopin@gmail.com> | 2013-04-20 09:47:41 +0200 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2013-04-20 07:59:04 +0000 |
commit | 1936646fc260c907ad18fc4c798dbbfb93447e18 (patch) | |
tree | b54c0244fa7b17333aa40abd9bcde8dc95a54c9e /README | |
parent | 28cf4e463be1e79da9c8140a2429ad09f40c316e (diff) | |
download | riscv-openocd-1936646fc260c907ad18fc4c798dbbfb93447e18.zip riscv-openocd-1936646fc260c907ad18fc4c798dbbfb93447e18.tar.gz riscv-openocd-1936646fc260c907ad18fc4c798dbbfb93447e18.tar.bz2 |
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 <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/1349
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Tested-by: jenkins
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |