summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 11 insertions, 3 deletions
diff --git a/README b/README
index d48d832..a13d8b4 100644
--- a/README
+++ b/README
@@ -33,9 +33,17 @@ To discuss desktop-file-utils, you may use the xdg mailing list:
Installation
============
-See the file 'INSTALL'. If you are not using a released version of
-desktop-file-utils (for example, if you checked out the code from git),
-you first need to run './autogen.sh'.
+Using Meson:
+
+ meson _build
+ ninja -C _build
+ sudo ninja -C _build install
+
+Using Autotools (deprecated):
+
+ ./autogen.sh
+ make
+ sudo make install
How to report bugs