From fae0bf263820889586ac911bf4ffe9e1a2190f6e Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Tue, 26 Nov 2024 00:52:21 -0500 Subject: [PATCH] Update README details for running self-hosted instances --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ead2fff..6033270 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ services: ``` ### Using binary: +1. Navigate to [Release] +2. Download the appropiate file for you arch/os +3. cd into the extracted folder +4. run `./donetick` and you can specify the env as `DT_ENV=selfhosted` ## Development Environment