]> sigrok.org Git - libsigrokdecode.git/commitdiff
README: Update repo URL.
authorUwe Hermann <redacted>
Wed, 10 Oct 2012 22:38:38 +0000 (00:38 +0200)
committerUwe Hermann <redacted>
Wed, 10 Oct 2012 22:38:38 +0000 (00:38 +0200)
README

diff --git a/README b/README
index 820fccc5077a5c208f65723e110714ef6305f025..ee34529094842e52b3399903393ef007d7214ab5 100644 (file)
--- a/README
+++ b/README
@@ -43,8 +43,8 @@ Building and installing
 
 In order to get the libsigrokdecode source code and build it, run:
 
- $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
- $ cd sigrok/libsigrokdecode
+ $ git clone git://sigrok.org/libsigrokdecode
+ $ cd libsigrokdecode
  $ ./autogen.sh
  $ ./configure
  $ make