From aa4f6d1263e96eadd500796230516be47f39a94a Mon Sep 17 00:00:00 2001 From: jtdLab <72231111+jtdLab@users.noreply.github.com> Date: Tue, 19 Sep 2023 00:52:01 +0200 Subject: [PATCH] docs: improve docs --- docs/getting-started.mdx | 6 ++++++ packages/rapid_cli/README.md | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 0b376aa9..e78ee68a 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -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 +``` diff --git a/packages/rapid_cli/README.md b/packages/rapid_cli/README.md index 0c25fb0c..50f3dd51 100644 --- a/packages/rapid_cli/README.md +++ b/packages/rapid_cli/README.md @@ -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 \ No newline at end of file +[rapid_create]: https://raw.githubusercontent.com/jtdLab/rapid/main/docs/assets/vhs/create.gif