From be3daeb2e566dd5ecf4efcd4af5419bd99ab904d Mon Sep 17 00:00:00 2001 From: MiningTcup Date: Thu, 14 Aug 2025 20:16:17 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37aa3a3..bdaa963 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,9 @@ 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 +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. +``` +git clone ssh://git@git.miningtcup.me:222/MiningTcup/noteserver.git +cd noteserver +./docker-deploy.sh +```