From 0822e2c9dfc7f7d067fa96e4c7296779ca12fddb Mon Sep 17 00:00:00 2001 From: dvolper Date: Tue, 7 May 2024 18:28:58 +0200 Subject: [PATCH] update docs --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93b9561..5cfd356 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,14 @@ Doki is a .NET code documentation framework that allows you to generate documentation from your codebase. It uses the XML documentation comments in your code to generate documentation in various formats, such as Markdown, -Blazor, and more. - -> **Note:** Doki is still in preview. Currently, only the Markdown output is available. +JSON, and more. ## Getting Started Install the `doki` Command-Line Interface: ```bash -dotnet tool install --global Doki.CommandLine --version 0.3.0-preview +dotnet tool install --global Doki.CommandLine --version 0.4.0-preview ``` > **Note:** You can find the latest version of the CLI and how to install it