Skip to content

Commit

Permalink
Updated the full details in --quickstart flag (strapi#42)
Browse files Browse the repository at this point in the history
* Updated the full details in --quickstart flag

The SqLite database is not motioned anywhere in starting line of code with --quickstart.

* coded --quickstart

The quickstart tag was not encoded before its being changed in this one

* Remove extra space

Co-authored-by: DMehaffy <[email protected]>
  • Loading branch information
damodarsubedi and derrickmehaffy authored Jan 7, 2021
1 parent 996acb4 commit 8383210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-docs/latest/installation/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npx create-strapi-app my-project --quickstart
::::

::: tip
If you want to use specific database, you don't have to use the `--quickstart` flag. The CLI will let you choose the database of your choice.
If you want to use specific database, you don't have to use the `--quickstart` flag. The CLI will let you choose the database of your choice. The `--quickstart` flag sets the database to SQLite.
:::

:::tip
Expand Down

0 comments on commit 8383210

Please sign in to comment.