Debianize README.md
authorFélix Sipma <felix.sipma@no-log.org>
Thu, 20 Oct 2016 13:09:42 +0000 (15:09 +0200)
committerFélix Sipma <felix+debian@gueux.org>
Mon, 23 Jan 2017 14:20:49 +0000 (14:20 +0000)
- remove installation instructions and CI links
- modify link to screenshot file

Gbp-Pq: Name 0001-Debianize-README.md.patch

README.md

index c4d52a204bfbea4048f90ec143e4f484eee87574..7725b898fcd51bbc6d0926c9454af58628d669e0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 patat
 =====
 
-[![Build Status](https://img.shields.io/travis/jaspervdj/patat.svg)](https://travis-ci.org/jaspervdj/patat) [![Hackage](https://img.shields.io/hackage/v/patat.svg)](https://hackage.haskell.org/package/patat) [![GitHub tag](https://img.shields.io/github/tag/jaspervdj/patat.svg)]()
-
 `patat` (**P**resentations **A**top **T**he **A**NSI **T**erminal) is a small
 tool that allows you to show presentations using only an ANSI terminal.  It does
 not require `ncurses`.
@@ -22,7 +20,7 @@ Features:
   syntax files.
 - Written in [Haskell].
 
-![screenshot](extra/screenshot.png?raw=true)
+![screenshot](examples/screenshot.png?raw=true)
 
 [Kate]: https://kate-editor.org/
 [Haskell]: http://haskell.org/
@@ -32,9 +30,6 @@ Table of Contents
 -----------------
 
 -   [Table of Contents](#table-of-contents)
--   [Installation](#installation)
-    -   [Pre-built-packages](#pre-built-packages)
-    -   [From source](#from-source)
 -   [Running](#running)
 -   [Options](#options)
 -   [Controls](#controls)
@@ -47,43 +42,6 @@ Table of Contents
     -   [Syntax Highlighting](#syntax-highlighting)
 -   [Trivia](#trivia)
 
-Installation
-------------
-
-### Pre-built-packages
-
-There is a pre-built package available for Debian:
-
-- <https://packages.debian.org/unstable/patat>
-
-### From source
-
-Installation from source is very easy.  You can build from source using `stack
-install` or `cabal install`.  `patat` is also available from [Hackage].
-
-[Hackage]: https://hackage.haskell.org/package/patat
-
-For people unfamiliar with the Haskell ecosystem, this means you can do either
-of the following:
-
-#### Using stack
-
-1. Install [stack] for your platform.
-2. Clone this repository.
-3. Run `stack setup` (if you're running stack for the first time) and
-   `stack install`.
-4. Make sure `$HOME/.local/bin` is in your `$PATH`.
-
-[stack]: https://docs.haskellstack.org/en/stable/README/
-
-#### Using cabal
-
-1. Install [cabal] for your platform.
-2. Run `cabal install patat`.
-3. Make sure `$HOME/.cabal/bin` is in your `$PATH`.
-
-[cabal]: https://www.haskell.org/cabal/
-
 Running
 -------