Skip to content

Commit

Permalink
Oops. Yeah, that's not the name of the executable anymore...
Browse files Browse the repository at this point in the history
  • Loading branch information
Reboot-Codes committed Sep 30, 2024
1 parent ad1ecdb commit 05a370c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/components/clover-hub/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ CloverHub uses [env_logger](https://docs.rs/env_logger/0.11.3/env_logger/) to pr
## Run the Server

```bash
clover run server
clover-hub run server
```

See: [Server Component](/docs/components/clover-hub/server/intro)

## Run the TUI

```bash
clover run tui
clover-hub run tui
```

See: [TUI Component](/docs/components/clover-hub/tui/intro)
Expand All @@ -24,5 +24,5 @@ See: [TUI Component](/docs/components/clover-hub/tui/intro)

```bash
# you may also specify `aio`
clover run
clover-hub run
```

0 comments on commit 05a370c

Please sign in to comment.