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
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@
30
30
## Table of Contents <!-- omit in TOC -->
31
31
32
32
-[📖 Documentation](#-documentation)
33
-
-[⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
34
33
-[🔧 Installation](#-installation)
35
34
-[🚀 Getting started](#-getting-started)
36
35
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -49,10 +48,6 @@ This readme contains all the documentation you need to start using this Meilisea
49
48
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/).
50
49
51
50
52
-
## ⚡ Supercharge your Meilisearch experience
53
-
54
-
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-dotnet). Get started with a 14-day free trial! No credit card required.
55
-
56
51
## 🔧 Installation
57
52
58
53
This package targets .NET Standard 2.1.
@@ -71,18 +66,9 @@ Install-Package MeiliSearch
71
66
72
67
### Run Meilisearch <!-- omit in toc -->
73
68
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
-
```bash
79
-
# Install Meilisearch
80
-
curl -L https://install.meilisearch.com | sh
81
-
# Launch Meilisearch
82
-
./meilisearch --master-key=masterKey
83
-
```
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-dotnet).
84
70
85
-
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-dotnet) our fast, open-source search engine on your own infrastructure.
0 commit comments