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
802: 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-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
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
-[🛠 Customization](#-customization)
@@ -47,10 +46,6 @@ For general information on how to use Meilisearch—such as our API reference, t
47
46
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-java). Get started with a 14-day free trial! No credit card required.
53
-
54
49
## 🔧 Installation
55
50
56
51
`meilisearch-java` is available from JCentral official repository. To be able to import this package, declare it as a dependency in your project:
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation).
84
-
85
-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
86
-
87
-
```bash
88
-
# Install Meilisearch
89
-
curl -L https://install.meilisearch.com | sh
90
-
91
-
# Launch Meilisearch
92
-
./meilisearch --master-key=masterKey
93
-
```
78
+
⚡️ **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-java).
94
79
95
-
NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**.
80
+
🪨 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-java) our fast, open-source search engine on your own infrastructure.
0 commit comments