You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Say goodbye to server deployment and manual updates with [Meilisearch Cloud](htt
53
53
54
54
## 🔧 Installation
55
55
56
-
This package version works with the [v4 of Strapi](https://docs.strapi.io/developer-docs/latest/getting-started/introduction.html). If you are using [Strapi v3](https://docs-v3.strapi.io/developer-docs/latest/getting-started/introduction.html), please refer to[this README](https://github.com/meilisearch/strapi-plugin-meilisearch/tree/v3_main).
56
+
This package version works with the [v5 of Strapi](https://docs.strapi.io/dev-docs/intro). If you are using [Strapi v4](https://docs-v4.strapi.io/), refer to versions under [`v0.12`](https://github.com/meilisearch/strapi-plugin-meilisearch/tree/v0.12.0), if you are using [Strapi v3](https://docs-v3.strapi.io/), consider[this README](https://github.com/meilisearch/strapi-plugin-meilisearch/tree/v3_main).
57
57
58
58
Inside your Strapi app, add the package:
59
59
@@ -75,7 +75,7 @@ To apply the plugin to Strapi, a re-build is needed:
75
75
strapi build
76
76
```
77
77
78
-
You will need both a running Strapi app and a running Meilisearch instance. For [specific version compatibility see this section](#-compatibility-with-meilisearch-and-strapi).
78
+
You will need both a running Strapi app and a running Meilisearch instance. For [specific version compatibility, see this section](#-compatibility-with-meilisearch-and-strapi).
79
79
80
80
### 🏃♀️ Run Meilisearch <!-- omit in toc -->
81
81
@@ -112,7 +112,7 @@ yarn develop
112
112
113
113
### Run Both with Docker
114
114
115
-
To run Meilisearch and Strapi on the same server you can use Docker. A Docker configuration example can be found in the directory [`resources/docker`](resources/docker/) of this repository.
115
+
You can use Docker to run Meilisearch and Strapi on the same server. A Docker configuration example can be found in the directory [`resources/docker`](resources/docker/) of this repository.
116
116
117
117
To run the Docker script add both files `Dockerfile` and `docker-compose.yaml` at the root of your Strapi project and run it with the following command: `docker-compose up`.
118
118
@@ -630,7 +630,7 @@ This command will install the required dependencies and launch the app in develo
630
630
631
631
Complete installation requirements are the same as for Strapi itself and can be found in the documentation under [installation Requirements](https://strapi.io/documentation/v3.x/installation/cli.html#step-1-make-sure-requirements-are-met).
632
632
633
-
- Strapi `>=v4.x.x`
633
+
- Strapi `>=v5.x.x`
634
634
635
635
If you are using [Strapi v3](https://github.com/strapi/strapi/tree/v3.6.9), please refer to [this README](https://github.com/meilisearch/strapi-plugin-meilisearch/tree/v0.5.1).
0 commit comments