From 5b28c322ce80cb541d04da4241fb33a6d2838419 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Mar 2019 19:57:55 +0000 Subject: [PATCH] updated README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e69de29..55229a7 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +# UUCP Scripts + +These are utility scripts for UUCP sever provisioning and maintenance. + +More information is available at https://uucp.dataforge.tk + +## Prerequisites +In order to use these scripts you will first have to install the UUCP server software. While in theory any implementation of UUCP +will work, this network uses Taylor UUCP as it's server software. + +### Debian/Ubuntu +``` +sudo apt-get install uucp +``` + +### Redhat/Fedora/CentOS +``` +sudo dnf install uucp +```