updated README

This commit is contained in:
root 2019-03-06 19:57:55 +00:00
parent 53ed8e0e5b
commit 5b28c322ce
1 changed files with 19 additions and 0 deletions

View File

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