Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed May 23, 2024
1 parent 34958e2 commit 6a630de
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down

0 comments on commit 6a630de

Please sign in to comment.