From 2a3e70c2f5beddef973af168039cea9ca41e4cbd Mon Sep 17 00:00:00 2001 From: MiningTcup Date: Fri, 15 Aug 2025 15:31:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ed805..b9cf25d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Server for Notes ## Usage -This program is intended for and tested on Linux, but may work on other systems. The server, being a simple binary, can be deployed easily in several ways. The recommended method is using Docker. Simply run ``docker-deploy.sh``. This will build the docker image and run the server on port 3002. +This program is intended for and tested on Linux, but may work on other systems. The server, being a simple binary, can be deployed easily in several ways. The recommended method is using Docker. Simply run ``docker-deploy.sh`` after initializing the database. This will build the docker image and run the server on port 3002. ```sh git clone https://git.miningtcup.me/MiningTcup/noteserver.git cd noteserver