summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AGENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index e31de38..1461a16 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -13,10 +13,10 @@ VyOS fork of the upstream `pam_radius_auth` PAM module — turns any host into a
## Build / test / run
```sh
-autoreconf -i # generate ./configure from configure.ac
+autoreconf -i # generate./configure from configure.ac
./configure
make
-dpkg-buildpackage -us -uc # produces vyos-libpam-radius-auth + vyos-radius-shell .debs
+dpkg-buildpackage -us -uc # produces vyos-libpam-radius-auth + vyos-radius-shell.debs
```
No in-tree test runner. Configuration lives at `pam_radius_auth.conf`; man pages at `pam_radius_auth.5`/`.8`, `radius_shell.8`.