From 94a6039b99366793a1fd233664c94f109f87402d Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:31:39 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 55b607f3..ea94e63a 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,6 @@ This readme contains all the documentation you need to start using this Meilisea For general information on how to use Meilisearch—such as our API reference, tutorials, guides, and in-depth articles—refer to our [main documentation website](https://www.meilisearch.com/docs/). -## ⚡ Supercharge your Meilisearch experience - -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-dart). Get started with a 14-day free trial! No credit card required. - ## 🔧 Installation You can install the **meilisearch** package by adding a few lines into `pubspec.yaml` file. @@ -69,20 +65,9 @@ pub get ### Run Meilisearch -There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation). - -For example, using the `curl` command in your [Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/): - -```sh -#Install Meilisearch -curl -L https://install.meilisearch.com | sh - -# Launch Meilisearch -./meilisearch --master-key=masterKey -``` - -NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**. +⚡️ **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-XXX). +🪨 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-XXX) our fast, open-source search engine on your own infrastructure. ## 🚀 Getting started #### Add Documents From 2989eb5822551428d3dcce53e895e470f057b333 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Thu, 2 Jan 2025 07:35:37 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea94e63a..dd588a00 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ pub get ⚡️ **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-XXX). 🪨 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-XXX) our fast, open-source search engine on your own infrastructure. + ## 🚀 Getting started #### Add Documents From b9e3e13eaf08981dcaa6d6c5c93c7c482ef81066 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Sun, 5 Jan 2025 07:37:21 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd588a00..ad815dc1 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ pub get ### Run Meilisearch -⚡️ **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-XXX). +⚡️ **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-dart). -🪨 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-XXX) our fast, open-source search engine on your own infrastructure. +🪨 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-dart) our fast, open-source search engine on your own infrastructure. ## 🚀 Getting started