Update README.md

This commit is contained in:
2025-08-14 20:16:17 -07:00
parent bf74391cbc
commit be3daeb2e5

View File

@@ -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.
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
```