commit 9a25a6d7b6be3ed4ffb822c5a3fa178057d18329
parent adeb56b455aacfb56f1819537f466de78974c0b4
Author: Duncan Overbruck <mail@duncano.de>
Date: Wed, 3 Feb 2021 20:55:44 +0100
fix some wording in README.md
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -15,8 +15,8 @@ opendoas:
or pam is configured incorrectly.
* If you want to use pam; You have to [configure pam](#pam-configuration)
and failing to do so correctly might leave a big open door.
-* Use the configure script to configure the opendoas.
-* Use the default make target to build the software.
+* Use the configure script.
+* Use the default make target.
* If you really want to install a setuid binary that depends on
pam being correctly configured, use the make install target
to install the software.