summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgodspeed1989 <tongxinjichu@gmail.com>2017-08-16 14:45:05 +0000
committerGitHub <noreply@github.com>2017-08-16 14:45:05 +0000
commitb4d168b622ffbb42439e4e6fa7444d752aadbfb5 (patch)
tree5c5c2dcc7faa573d25fac2c742d6e817b985a00d
parentb9a0415f1f230b9aa0e06fba4f8d0c117633e5d6 (diff)
parent81be895c50c62ddd9fdad65797aca1b565042cce (diff)
downloadfbv-b4d168b622ffbb42439e4e6fa7444d752aadbfb5.tar.gz
fbv-b4d168b622ffbb42439e4e6fa7444d752aadbfb5.zip
Merge pull request #5 from neagix/master
Cleanup/fix some typos
-rw-r--r--README.md59
1 files changed, 30 insertions, 29 deletions
diff --git a/README.md b/README.md
index 654916f..2fe1505 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,33 @@
## fbv
-A framebuffer image viewer.
-fork from `http://s-tech.elsat.net.pl/fbv/`
-remove gif support for the libungif is obsolete.
-
-------------
-1. OVERVIEW
- fbv (FrameBuffer Viewer) is a simple program to view pictures on a linux
-framebuffer device. In 2000, when fbv was created, there were no other
-situable programs performing the same task, so the authors decided to
-follow the rule: 'If you need a tool - write it yourself!' :-)
-
-2. REQUIREMENTS
- - Linux, configured to provide the framebuffer device interface
- - libjpeg for JPEG support
- - libpng for PNG support
- - build in BMP support
-
-3. INSTALLATION
- - run ./configure
- - type: make
- - type: make install
-
-4. USAGE
- Just run fbv without any arguments, and a short help message will appear.
-
-5. AUTHORS
- Tomasz 'smoku' Sterna <tomek@smoczy.net>
- Mateusz 'mteg' Golicz <mtg@elsat.net.pl>
+A framebuffer image viewer.
+
+Fork from http://s-tech.elsat.net.pl/fbv/
+
+GIF support through libungif has been removed as that library is obsolete.
+
+# OVERVIEW
+ fbv (FrameBuffer Viewer) is a simple program to view pictures on a linux framebuffer device. In 2000, when fbv was created, there were no other situable programs performing the same task, so the authors decided to follow the rule: `If you need a tool - write it yourself!` :-)
+
+# REQUIREMENTS
+
+* Linux, configured to provide the framebuffer device interface
+* libjpeg for JPEG support
+* libpng for PNG support
+* built-in BMP support
+
+# INSTALLATION
- Feel free to send any comments, patches, bugfixes, suggestions, etc. The authors are not native english speakers, and they are aware of the fact that their english is far from perfect. Because of that, reports on grammar and vocabulary mistakes in this file are also welcome.
+```
+./configure
+make
+make install
+```
+
+# USAGE
+ Just run `./fbv` without any arguments, and a short help message will appear.
+# AUTHORS
+* Tomasz 'smoku' Sterna <tomek@smoczy.net>
+* Mateusz 'mteg' Golicz <mtg@elsat.net.pl>
+
+ Feel free to send any comments, patches, bugfixes, suggestions, etc. The authors are not native english speakers, and they are aware of the fact that their english is far from perfect. Because of that, reports on grammar and vocabulary mistakes in this file are also welcome.
OpenPOWER on IntegriCloud