From 0d0d579521be4ffe42c4d40aab4d285d03741254 Mon Sep 17 00:00:00 2001 From: Jesse Date: Thu, 24 Feb 2022 09:50:01 -0400 Subject: [PATCH] Added removal instructions to the README file. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a721938..996421a 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,19 @@ On Linux versions of doas prior to 6.3p1 required commands with arguments to be doas -- rm -rf old-directory +## Removing doas + +To remove the doas program and its helper programs, you can pass the Makefile the +"uninstall" parameter. On most Linux distributions you can run the following from the +doas source directory: + + make uninstall + +while on most other platforms, such as FreeBSD, you can run + + gmake uninstall + + ## Contributing Contributions, in various forms, are always welcome. If you run into a problem or have an improvement you'd like to see included, pelase use GitHub's tools to submit an issue ticket or a pull request. Should you encounter a bug you feel is a security concern, please contact the developer privately at jessefrgsmith AT yahoo DOT ca.