Skip to content

Commit

Permalink
Temporary CLI change
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Nov 20, 2024
1 parent c472ffb commit 03d1696
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/docs/calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AutoTypeTable } from 'fumadocs-typescript/ui';
## Installation

```sh title="Terminal"
npx roadmap-ui add calendar
npx shadcn@latest add https://www.roadmap-ui.com/calendar.json
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion content/docs/gantt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AutoTypeTable } from 'fumadocs-typescript/ui';
## Installation

```sh title="Terminal"
npx roadmap-ui add gantt
npx shadcn@latest add https://www.roadmap-ui.com/gantt.json
```

## Features
Expand Down
10 changes: 2 additions & 8 deletions content/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@ Before installing Roadmap UI, make sure you have the following prerequisites:

## Installation

You can install Roadmap UI components using the `roadmap-ui` CLI, for example:
You can install Roadmap UI components using the `shadcn` CLI:

```sh title="Terminal"
npx roadmap-ui add gantt
```

Alternatively, you can use the `shadcn` CLI and target the component JSON file, like so:

```sh title="Terminal"
npx shadcn@latest add https://roadmap-ui.com/gantt.json
npx shadcn@latest add https://www.roadmap-ui.com/gantt.json
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion content/docs/kanban.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AutoTypeTable } from 'fumadocs-typescript/ui';
## Installation

```sh title="Terminal"
npx roadmap-ui add kanban
npx shadcn@latest add https://www.roadmap-ui.com/kanban.json
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion content/docs/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AutoTypeTable } from 'fumadocs-typescript/ui';
## Installation

```sh title="Terminal"
npx roadmap-ui add list
npx shadcn@latest add https://www.roadmap-ui.com/list.json
```

## Features
Expand Down

0 comments on commit 03d1696

Please sign in to comment.