summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-03-26 19:02:22 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2020-03-26 19:02:54 +0100
commita74754eb467eb983b7bb222de4b12bd34db5cfcd (patch)
tree45c407552b6d8b2d3ad7611ee890b82900b46886
parentee80b94c489ca686d89646c0183fad11196d8a55 (diff)
downloadd-feet-a74754eb467eb983b7bb222de4b12bd34db5cfcd.tar.gz
README->README.md
And fix a few misc spelling etc Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--README23
-rw-r--r--README.md23
2 files changed, 23 insertions, 23 deletions
diff --git a/README b/README
deleted file mode 100644
index 641d93e..0000000
--- a/README
+++ /dev/null
@@ -1,23 +0,0 @@
-Welcome to D-Feet (https://wiki.gnome.org/Apps/DFeet)
-
-Requirements:
-
-python >= 2.7
-python-gi >= 3.3.91
-gtk >= 3.6
-
-Optional Requriements:
-
-gnome-python-libwnck - for displaying application icons next to the application
-
-To run localy for testing, install it using the prefix option:
-
-meson --prefix=/tmp/d-feet && ninja -C _build install
-
-And then execute it:
-
-/tmp/d-feet/bin/d-feet
-
-To install in the system:
-
-meson _build && ninja -C _build install
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1cecf79
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# Welcome to [D-Feet](https://wiki.gnome.org/Apps/DFeet)
+
+Requirements:
+
+ - python >= 2.7
+ - python-gi >= 3.3.91
+ - gtk >= 3.6
+
+Optional Requirements:
+
+ - gnome-python-libwnck - for displaying application icons next to the application
+
+To run localy for testing, install it using the prefix option:
+
+ meson --prefix=/tmp/d-feet _build && ninja -C _build install
+
+And then execute it:
+
+ /tmp/d-feet/bin/d-feet
+
+To install in the system:
+
+ meson _build && ninja -C _build install