From 579ffae6982037f52baf541b417ae109a9e4d36d Mon Sep 17 00:00:00 2001 From: Supakorn Ieamgomol Date: Thu, 2 Oct 2025 00:14:41 +0700 Subject: [PATCH] docs: Clarify sharing setup instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f225a69f..4a35147ba 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ docker build -t drawdb . docker run -p 3000:80 drawdb ``` -If you wish to work with sharing, set up [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample`. This is not required unless you want to share files. +If you want to enable sharing, set up the [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample`. This is optional unless you need to share files..