From 11fd150e072d25edc638facc0e1d50a208adccc8 Mon Sep 17 00:00:00 2001 From: James Taylor <44079162+colaclanth@users.noreply.github.com> Date: Mon, 15 Jul 2019 23:07:26 +0000 Subject: [PATCH] Add image to readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index def33ab..9d36040 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ SSTV Decoder ============ +![](https://raw.githubusercontent.com/colaclanth/sstv/master/examples/m1.png) + A slow-scan television decoder that works on audio files rather than reading a soundcard (like most other decoders). Currently supports the following modes: * Martin 1 @@ -10,11 +12,15 @@ Currently supports the following modes: Installation ------------ -`git clone https://github.com/colaclanth/sstv.git` +``` +$ git clone https://github.com/colaclanth/sstv.git -`python setup.py install` +$ python setup.py install +``` Usage ----- -`sstv -d audio_file.wav -o result.png` +``` +$ sstv -d audio_file.wav -o result.png +```