Properly indent shell commands in README to make markdown happy

This commit is contained in:
Marc André Tanner 2015-10-15 00:12:59 +02:00
parent a61e88767c
commit c0cb653e76
1 changed files with 3 additions and 3 deletions

View File

@ -116,16 +116,16 @@ command line options.
Start your to be shared session, make sure only you have access to Start your to be shared session, make sure only you have access to
the `private` directory: the `private` directory:
$ abduco -c /tmp/abduco/private/session $ abduco -c /tmp/abduco/private/session
Then proxy the socket in unidirectional mode `-u` to a directory Then proxy the socket in unidirectional mode `-u` to a directory
where the desired observers have sufficient access rights: where the desired observers have sufficient access rights:
$ socat -u unix-connect:/tmp/abduco/private/session unix-listen:/tmp/abduco/public/read-only & $ socat -u unix-connect:/tmp/abduco/private/session unix-listen:/tmp/abduco/public/read-only &
Now the observers can connect to the read-only side of the socket: Now the observers can connect to the read-only side of the socket:
$ abduco -a /tmp/abduco/public/read-only $ abduco -a /tmp/abduco/public/read-only
communication in the other direction will not be possible and keyboard communication in the other direction will not be possible and keyboard
input will hence be discarded. input will hence be discarded.