summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 8c8dd87..fa67d0b 100644
--- a/README.md
+++ b/README.md
@@ -51,17 +51,12 @@ but you need to modify a few things.
* adduser "shop" with homedir in /home/shop
* clone git repository into /home/shop/serial-barcode-scanner
-=== Build the Software ===
+=== Build and Install the Software ===
- * ./configure
- * make shop.db
- * make
-
-=== DBus Configuration ===
-
- * cd dbus
- * make
- * sudo make install
+ * meson build --prefix /usr
+ * cd build
+ * ninja
+ * ninja install
=== Systemd ===