Skip to content

Commit 9828a74

Browse files
Merge #713
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]>
2 parents ec91f26 + 12c40f0 commit 9828a74

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
## Table of Contents <!-- omit in TOC -->
3232

3333
- [📖 Documentation](#-documentation)
34-
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
3534
- [🔧 Installation](#-installation)
3635
- [🚀 Getting started](#-getting-started)
3736
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -45,10 +44,6 @@
4544

4645
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).
4746

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-
5247
## 🔧 Installation
5348

5449
To get started, simply require the project using [Composer](https://getcomposer.org/).<br>
@@ -71,19 +66,9 @@ composer require meilisearch/meilisearch-php symfony/http-client nyholm/psr7:^1.
7166

7267
### Run Meilisearch <!-- omit in toc -->
7368

74-
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).
8570

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.
8772

8873
## 🚀 Getting started
8974

0 commit comments

Comments
 (0)