Skip to content

Commit

Permalink
docs: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdLab committed Sep 18, 2023
1 parent 385720e commit aa4f6d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ flutter pub global activate melos
```bash
flutter pub global activate -sgit https://github.com/jtdLab/rapid.git --git-path packages/rapid_cli/
```

## Creating Project

```bash
rapid create my_app --android --ios --windows
```
3 changes: 1 addition & 2 deletions packages/rapid_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ flutter pub global activate -sgit https://github.com/jtdLab/rapid.git --git-path
rapid create my_app --android --ios --windows
```

[//]: <> (TODO change to main branch)
[rapid_create]: https://raw.githubusercontent.com/jtdLab/rapid/dev/docs/assets/vhs/create.gif
[rapid_create]: https://raw.githubusercontent.com/jtdLab/rapid/main/docs/assets/vhs/create.gif

0 comments on commit aa4f6d1

Please sign in to comment.