From e5737627a4476ad51e2bb16be773409217d70897 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Thu, 11 Feb 2016 12:15:51 +0000 Subject: [PATCH] Add stub README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..48d876a --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# OpenUp + +openup is a small utility for OpenBSD that can be run standalone or from cron(8) and that checks for security updates in both packages and the base system. openup uses the regular pkg tools, it does not implement anything on top. + +## License + +openup is distributed under the terms of the ISC license.