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 +```