summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2015-04-15 13:00:07 -0700
committerKevron Rees <tripzero.kev@gmail.com>2015-04-15 13:00:45 -0700
commit767d83be369b266088d531b8d92718608080823e (patch)
treeae49f504d3d80e87d6a5cb2318c73c5f198f979e
parent5612167afded0ab5f455488c69d902dd1207818e (diff)
downloadautomotive-message-broker-767d83be369b266088d531b8d92718608080823e.tar.gz
[ambctl] removed build realic that should never have been added
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3373a6a..9acbb841 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Automotive Message Broker Daemon {#ambd}
-Version 0.14.801
+Version 0.14.802
## Introduction
@@ -60,7 +60,7 @@ You will also need to edit your config to enable the Qt-based mainloop:
~~~~~~~~~~~~~{.json}
{
- "mainloop" : "/usr/lib/i386-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
+ "mainloop" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
"plugins" : "/etc/ambd/plugins.d"
}
~~~~~~~~~~~~~