]> sigrok.org Git - libsigrokdecode.git/blobdiff - README
Update package version to new 0.1.1 release.
[libsigrokdecode.git] / README
diff --git a/README b/README
index 820fccc5077a5c208f65723e110714ef6305f025..0a9493398feb6ad90be3613ac883836fc3bb29c5 100644 (file)
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ Requirements
  - automake >= 1.11
  - libtool
  - pkg-config >= 0.22
- - libglib >= 2.28.0
+ - libglib >= 2.24.0
  - Python >= 3.0
 
 
@@ -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