From 9d086d14e9d3b8c4e5dbd98f7d2fb2185eca59f4 Mon Sep 17 00:00:00 2001 From: eknc <171660972+eknc@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:10:37 +0300 Subject: [PATCH] fix typo getting-started.md --- docs/getting-started/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index e08a7b8..4c95b4e 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -79,7 +79,7 @@ You can run Donetick using Docker, Docker Compose, or directly from a binary. 4. **Run Donetick:** Run the Donetick binary, setting the `DT_ENV` environment variable: ```bash - DT_ENV=selfhosted./donetick + DT_ENV=selfhosted ./donetick ``` This command assumes the Donetick binary is named `donetick`. Adjust the name if necessary.