Skip to content

Commit c6b4c80

Browse files
committed
docs(tuto): fix content
1 parent c78b851 commit c6b4c80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorials/strapi/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ In this tutorial, you will learn how to deploy Strapi on a [Scaleway Instance](/
7676
2. Install Strapi in this directory and create a new project:
7777
```
7878
cd strapi-projects
79-
npx create-strapi-app@4.22.1 my-strapi-project --quickstart
79+
npx create-strapi-app@latest --quickstart
8080
```
8181
<Message type="tip">
82-
Strapi version 4.22.1 was the latest release available at the time this tutorial was written. Check out their [GitHub repository](https://github.com/strapi/strapi/releases) to find information about the latest Strapi release.
82+
The command above uses the latest version of Strapi. Check out their [GitHub repository](https://github.com/strapi/strapi/releases) to find details and additional information about the Strapi release.
8383
</Message>
8484

85+
8586
<Message type="note">
8687
Using the `--quickstart` flag installs Strapi using an SQLite database. You can omit this flag, but you need to [follow some other steps](https://strapi.io/documentation/3.0.0-beta.x/guides/databases.html#sqlite-installation) to configure an alternative database (Strapi supports [PostgreSQL](/tutorials/install-postgresql/), [MongoDB](/tutorials/mongodb-ubuntu-1604/), SQLite, [MySQL](/tutorials/setup-mysql/), and [MariaDB](/tutorials/mariadb-ubuntu-bionic/)). Your database of choice must be installed and running locally before you create your Strapi project.
8788
</Message>

0 commit comments

Comments
 (0)