]> sigrok.org Git - sigrok-dumps.git/blobdiff - README
avr_isp: add dump for ATmega328/P
[sigrok-dumps.git] / README
diff --git a/README b/README
index d3a20368b93bea8b4a03b720a0c4ff6dd23d78a8..724a738163a23317d8ef4524ecbee18cf1baa5ae 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Free/Libre/Open-Source signal analysis software suite that supports various
 device types (such as logic analyzers, oscilloscopes, multimeters, and more).
 
 sigrok-dumps is a collection of logic analyzer example data, covering various
-protocols (e.g. I2C, SPI, USART, etc).
+protocols (e.g. I2C, SPI, UART, etc).
 
 
 Status
@@ -16,11 +16,21 @@ Status
 sigrok-dumps is in a usable state and has had official tarball releases.
 
 
-License
--------
+Installing
+----------
 
-Unless noted otherwise, all dump files are hereby released into the
-public domain by their authors.
+Example captures need not get built or compiled, but can get installed.
+
+  $ git clone git://sigrok.org/sigrok-dumps
+  $ cd sigrok-dumps
+  $ make install
+
+Optional PREFIX or DESTDIR specs are supported as well.
+
+  $ make PREFIX=/usr install
+  $ make PREFIX=${HOME} install
+
+  $ make DESTDIR=$( pwd )/rootfs install
 
 
 Contributing dumps
@@ -29,19 +39,23 @@ Contributing dumps
 See http://sigrok.org/wiki/Example_dumps for details.
 
 
-Mailing lists
--------------
+Copyright and license
+---------------------
+
+Unless noted otherwise, all dump files are hereby released into the
+public domain by their authors.
+
 
-There are two mailing lists for sigrok/sigrok-dumps:
+Mailing list
+------------
 
  https://lists.sourceforge.net/lists/listinfo/sigrok-devel
- https://lists.sourceforge.net/lists/listinfo/sigrok-commits
 
 
 IRC
 ---
 
-You can find the sigrok developers in the #sigrok IRC channel on Freenode.
+You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.
 
 
 Website