From ef4e856892970b0d1245edbe3cc989491545df73 Mon Sep 17 00:00:00 2001 From: Nikita Ermakov Date: Sun, 4 Aug 2019 23:50:40 +0300 Subject: [PATCH] Add few periods in the README.md. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 27ce58b..2856925 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ The building procedure is straight forward: * Run autoconf in the source directory to get configure script: `$ autoconf`. * Conifgure: `$ ./configure`. -* Build program with GNU make: `$ make` -* Install: `$ make install` -* To uninstall use the following command: `$ make uninstall` +* Build program with GNU make: `$ make`. +* Install: `$ make install`. +* To uninstall use the following command: `$ make uninstall`. The **runns** daemon will create a socket for communication with clients. Communication with this socket allowed only for users in the *runns* group. -* Create *runns* group: `groupadd runns` -* Add a user USERNAME to the *runns* group: `usermod -a -G runns USERNAME` +* Create *runns* group: `groupadd runns`. +* Add a user USERNAME to the *runns* group: `usermod -a -G runns USERNAME`. ### runns This is a main daemon. This daemon opens an UNIX socket in `/var/run/runns/runns.socket` and provides logs via *syslog*. ### runnsctl