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
713: Update installation instructions r=Strift a=meili-bot
_This PR is auto-generated._
Update README.md with the latest installation instructions following this [mega issue](meilisearch/integration-guides#308).
Co-authored-by: meili-bot <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-17
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@
31
31
## Table of Contents <!-- omit in TOC -->
32
32
33
33
-[📖 Documentation](#-documentation)
34
-
-[⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
35
34
-[🔧 Installation](#-installation)
36
35
-[🚀 Getting started](#-getting-started)
37
36
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -45,10 +44,6 @@
45
44
46
45
To learn more about Meilisearch PHP, refer to the in-depth [Meilisearch PHP Documentation](https://php-sdk.meilisearch.com). To learn more about Meilisearch in general, refer to our [documentation](https://www.meilisearch.com/docs/learn/getting_started/quick_start) or our [API reference](https://www.meilisearch.com/docs/reference/api/overview).
47
46
48
-
## ⚡ Supercharge your Meilisearch experience
49
-
50
-
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-php). Get started with a 14-day free trial! No credit card required.
51
-
52
47
## 🔧 Installation
53
48
54
49
To get started, simply require the project using [Composer](https://getcomposer.org/).<br>
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation).
75
-
76
-
For example, using the `curl` command in your [Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
77
-
78
-
```sh
79
-
#Install Meilisearch
80
-
curl -L https://install.meilisearch.com | sh
81
-
82
-
# Launch Meilisearch
83
-
./meilisearch --master-key=masterKey
84
-
```
69
+
⚡️ **Launch, scale, and streamline in minutes with Meilisearch Cloud**—no maintenance, no commitment, cancel anytime. [Try it free now](https://cloud.meilisearch.com/login?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-php).
85
70
86
-
NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**.
71
+
🪨 Prefer to self-host? [Download and deploy](https://www.meilisearch.com/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-php) our fast, open-source search engine on your own infrastructure.
0 commit comments