From bf74391cbcedc0f0568b4021765850ffd74a2822 Mon Sep 17 00:00:00 2001 From: MiningTcup Date: Thu, 14 Aug 2025 20:11:35 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a68b81..37aa3a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # noteserver -Server for Notes \ No newline at end of file +Server for Notes + +## Usage +The server, being a simple binary, can be deployed easily in several ways. The recommended method is using Docker. To do so, simply run ``docker-deploy.sh``. This will build the docker image and run the server on port 3002. \ No newline at end of file