Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down