From 0462b397840ff0af70d36e0ad78da367cbf41a25 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 15 Mar 2025 11:32:49 -0700 Subject: [PATCH] Begin some documentation about the server --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b9937da..8fcd37e 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ To build for Windows, run the following command: flutter pub get flutter build windows ``` + +# About the Server + +The BugVault server is generally referred to as `bugvaultd`. This small executable handles _most_ of the server's core functions.