From 6a630de4b4af34513336963ce58490dbd407221e Mon Sep 17 00:00:00 2001 From: dvolper Date: Thu, 23 May 2024 10:35:15 +0200 Subject: [PATCH] update docs --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cfd356..75219db 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ JSON, and more. Install the `doki` Command-Line Interface: ```bash -dotnet tool install --global Doki.CommandLine --version 0.4.0-preview +dotnet tool install --global Doki.CommandLine ``` > **Note:** You can find the latest version of the CLI and how to install it @@ -31,12 +31,9 @@ doki init Generate documentation: ```bash -doki g --allow-preview +doki g ``` -> **Note:** Doki is still in preview. Use the `--allow-preview` option to allow preview versions of the configured -> output libraries to be used during documentation generation. - ## Documentation Doki is documented using doki. You can find the generated API documentation [here](docs/api/README.md).