From 7effa097b0cb2878ef012aea71b6b013498538a7 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Fri, 29 Dec 2017 18:12:48 +0100 Subject: README: Use system DBus instead of session DBus --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 7fafe6d..29c498c 100644 --- a/README +++ b/README @@ -78,4 +78,4 @@ but you need to modify a few things. * Create user `sqlite3 shop.db "INSERT INTO users (id, email, firstname, lastname) VALUES (1, 'test@tester', 'Firstname', 'Lastname');"` * Setup user password - `mdbus2 io.mainframe.shopsystem.Database /io/mainframe/shopsystem/database io.mainframe.shopsystem.Database.SetUserPassword 1 "password"` + `mdbus2 -s io.mainframe.shopsystem.Database /io/mainframe/shopsystem/database io.mainframe.shopsystem.Database.SetUserPassword 1 "password"` -- cgit v1.2.3