Skip to content

Commit 1a0bdc8

Browse files
committed
Moved example config to dedicated directory
Updated README.md to reflect changes
1 parent 5ed8a98 commit 1a0bdc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Running
66
=======
77
To run the proxy, make it, and then try:
88

9-
./dbus-proxy /tmp/my_proxy_socket bus-type < example_conf.json
9+
./dbus-proxy /tmp/my_proxy_socket bus-type < example-configs/example_conf.json
1010

1111
Where:
1212

1313
* `/tmp/my_proxy_socket` is the socket to create for communication.
1414
* `bus-type` should be set to either `session` or `system`.
15-
* `example_conf.json` is the configuration file to use.
15+
* `example-configs/example_conf.json` is the configuration file to use.
1616

1717
You can then interact with the socket via, for instance, d-feet.
1818

@@ -25,7 +25,7 @@ be able to share configuration files.
2525

2626
The content of the JSON file can vary as long as the "dbus-gateway-config-<bustype>"
2727
attribute holds a JSON array of JSON objects with certain name/value pairs,
28-
example_conf.json shows an example of how the JSON configuration files should be
28+
`example-configs/example_conf.json` shows an example of how the JSON configuration files should be
2929
structured.
3030

3131
A note on 'direction' in the configuration:
File renamed without changes.

0 commit comments

Comments
 (0)