From 321d6964300ae3d85dbe7981a51947bb97c0049c Mon Sep 17 00:00:00 2001 From: Supakorn Ieamgomol Date: Thu, 2 Oct 2025 00:54:37 +0700 Subject: [PATCH] Clarify sharing setup instructions in README (#595) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f225a6..4a35147 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..