changeset 71:d7d0e239fb0e

Misc: add proper EOF
author David Demelier <markand@malikania.fr>
date Mon, 14 Mar 2016 11:24:25 +0100
parents 2a4324441257
children 98ac3c79009f
files CREDITS.md INSTALL.md README.md
diffstat 3 files changed, 11 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/CREDITS.md	Mon Mar 14 10:55:41 2016 +0100
+++ b/CREDITS.md	Mon Mar 14 11:24:25 2016 +0100
@@ -20,4 +20,4 @@
   Easy, convenient JSON library in C.
 
 - Google Test, https://github.com/google/googletest
-  A nice and easy C++ test framework.
\ No newline at end of file
+  A nice and easy C++ test framework.
--- a/INSTALL.md	Mon Mar 14 10:55:41 2016 +0100
+++ b/INSTALL.md	Mon Mar 14 11:24:25 2016 +0100
@@ -15,20 +15,18 @@
 Optional:
 
   - [OpenSSL](http://openssl.org), Used for SSL connections to IRC servers, recommended,
-  - [Pandoc](http://pandoc.org). Used for documentation process,
-  - [Doxygen](http://www.stack.nl/~dimitri/doxygen). For the documentation about irccd internals.
+  - [Pandoc](http://pandoc.org), Used for documentation process,
+  - [Doxygen](http://www.stack.nl/~dimitri/doxygen), For the documentation about irccd internals.
 
 Basic installation
 ------------------
 
 This is the quick way to install irccd.
 
-````
-tar xvzf irccd-x.y.z-tar.xz
-cd irccd-x.y.z
-mkdir _build_
-cd _build_
-cmake .. -DCMAKE_BUILD_TYPE=Release
-make
-sudo make install
-````
\ No newline at end of file
+    tar xvzf irccd-x.y.z-tar.xz
+    cd irccd-x.y.z
+    mkdir _build_
+    cd _build_
+    cmake .. -DCMAKE_BUILD_TYPE=Release
+    make
+    sudo make install
--- a/README.md	Mon Mar 14 10:55:41 2016 +0100
+++ b/README.md	Mon Mar 14 11:24:25 2016 +0100
@@ -35,4 +35,4 @@
 
   - Pierre Choffet,
   - Yoan Giraud,
-  - Léo Villeveygoux.
\ No newline at end of file
+  - Léo Villeveygoux.