From 2fecfedac1a4be4435ae3d562ba37e4e144b6aaa Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 1 Jul 2021 17:21:06 -0400 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..886f944 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Penguin Telegard + +Penguin Telegard is an attempt at nostalgia; I have ported a chunk +of the old, DOS-based BBS package to Linux. The source is in Pascal, +so you will need the (very good) toolchain from the +[Free Pascal](https://www.freepascal.org/) website. + +This project is currently not being worked on, but volunteers that +would like to tackle it are always welcome.