[gtksourceview: 1/2] Convert README to markdown This is done in order to correctly format it on gitlab



commit ff367eb88d22eacb21bfc15859fc9f0f65556a54
Author: Julian Hofer <julian public protonmail com>
Date:   Sun Dec 15 12:19:00 2019 +0100

    Convert README to markdown
    This is done in order to correctly format it on gitlab

 README => README.md | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/README b/README.md
similarity index 87%
rename from README
rename to README.md
index a43d7f91..1515e87e 100644
--- a/README
+++ b/README.md
@@ -11,10 +11,7 @@ typical of a source code editor.
 
 The GtkSourceView library is free software and is released under the terms of
 the GNU Lesser General Public License, see the 'COPYING' file for more details.
-
-The official web site is:
-
-    https://wiki.gnome.org/Projects/GtkSourceView
+The official web site is https://wiki.gnome.org/Projects/GtkSourceView.
 
 Dependencies
 ------------
@@ -28,19 +25,19 @@ Installation
 ------------
 
 Simple install procedure from a tarball:
-
+```
   $ mkdir build
   $ meson build
   $ cd build
   [ Become root if necessary ]
   $ ninja install
+```
 
 See the file 'INSTALL' for more detailed information.
 
 To build the latest version of GtkSourceView plus its dependencies from Git,
-Jhbuild is recommended:
+[Jhbuild](https://wiki.gnome.org/Projects/Jhbuild) is recommended.
 
-    https://wiki.gnome.org/Projects/Jhbuild
 
 How to contribute
 -----------------


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]