From 6d9874821d8209c824c3c9b24da82acda05f523e Mon Sep 17 00:00:00 2001 From: lordtet Date: Tue, 2 Sep 2025 12:37:42 -0400 Subject: [PATCH] Fixed up and clarified some of the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 849afdc..875ebe6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # MC_BBS Access OpenComputers (minecraft) functionality via serial interface. +The goal of this project is to provide BBS function from scratch. This probably could have been done way easier with some kind of Minecraft OC API hooked up to a more well known BBS service, like mystic or synchronet. But I think the project is way cooler if the BBS code all runs within the game. ## Features Includes: - A Lua BBS server to be used in an OpenComputers machine ## Usage -Move the contents of lua/ to an OpenComputers disk, run the BBS with your tcp2net address (or other tcp serial interface) and let it fly! +Move the contents of lua/ to an OpenComputers disk, run the BBS with your ser2net address (or other tcp serial interface) and let it fly!