[d-feet: 1/7] README->README.md



commit a74754eb467eb983b7bb222de4b12bd34db5cfcd
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Thu Mar 26 19:02:22 2020 +0100

    README->README.md
    
    And fix a few misc spelling etc
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 README    | 23 -----------------------
 README.md | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 23 deletions(-)
---
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


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