Skip to content

Commit

Permalink
docs: fix cli usage from examples to use uvx
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Nov 19, 2024
1 parent 48d5ec0 commit cf77136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The components will be added to your project in the `components/ui/<component_na
### Example

```bash
✗ components add button
uvx --from basic-components components add button
button (will be installed)
Installing button...

Expand Down Expand Up @@ -69,7 +69,7 @@ Some components have dependencies on other components. When using the `component
will also be installed.

```bash
✗ components add dropdown_menu
uvx --from basic-components components add dropdown_menu
dropdown_menu (will be installed)
└── Dependencies
├── checkbox
Expand Down

0 comments on commit cf77136

Please sign in to comment.