Update README.md

This commit is contained in:
2025-08-15 15:31:30 -07:00
parent 431d3a0667
commit 2a3e70c2f5

View File

@@ -3,7 +3,7 @@
Server for Notes Server for Notes
## Usage ## 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 ```sh
git clone https://git.miningtcup.me/MiningTcup/noteserver.git git clone https://git.miningtcup.me/MiningTcup/noteserver.git
cd noteserver cd noteserver