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-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@
33
33
## Table of Contents <!-- omit in TOC -->
34
34
35
35
-[📖 Documentation](#-documentation)
36
-
-[⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
37
36
-[🔧 Installation](#-installation)
38
37
-[🚀 Getting started](#-getting-started)
39
38
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -47,10 +46,6 @@ This readme contains all the documentation you need to start using this Meilisea
47
46
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/).
48
47
49
48
50
-
## ⚡ Supercharge your Meilisearch experience
51
-
52
-
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-ruby). Get started with a 14-day free trial! No credit card required.
53
-
54
49
## 🔧 Installation
55
50
56
51
We officially support any version of Ruby that is still receiving at least [security maintenance](https://www.ruby-lang.org/en/downloads/branches/). You may, however, be fine with any Ruby version above 3.0.
@@ -70,19 +65,9 @@ gem 'meilisearch'
70
65
71
66
### Run Meilisearch <!-- omit in toc -->
72
67
73
-
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/quick_start#setup-and-installation).
74
-
75
-
For example, using the `curl` command in your [Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/what-is-a-terminal/):
76
-
77
-
```sh
78
-
# Install Meilisearch
79
-
curl -L https://install.meilisearch.com | sh
80
-
81
-
# Launch Meilisearch
82
-
./meilisearch --master-key=masterKey
83
-
```
68
+
⚡️ **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-ruby).
84
69
85
-
NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**.
70
+
🪨 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-ruby) our fast, open-source search engine on your own infrastructure.
0 commit comments