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
629: Update installation instructions r=curquiza a=meili-bot
_This PR is auto-generated._
Update README.md with the latest installation instructions following this [mega issue](meilisearch/integration-guides#308).
630: Fix linting errors r=curquiza a=Strift
# Pull Request
Attempts to fix linting errors from #629
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Strift <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-20Lines changed: 3 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@
35
35
## Table of Contents <!-- omit in TOC -->
36
36
37
37
-[📖 Documentation](#-documentation)
38
-
-[⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
39
38
-[🔧 Installation](#-installation)
40
39
-[🚀 Getting started](#-getting-started)
41
40
-[🌐 Running in the Browser with WASM](#-running-in-the-browser-with-wasm)
@@ -48,10 +47,6 @@ This readme contains all the documentation you need to start using this Meilisea
48
47
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
-
## ⚡ Supercharge your Meilisearch experience
52
-
53
-
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-rust). Get started with a 14-day free trial! No credit card required.
54
-
55
50
## 🔧 Installation
56
51
57
52
To use `meilisearch-sdk`, add this to your `Cargo.toml`:
@@ -73,23 +68,11 @@ You can enable the `sync` feature to make most structs `Sync`. It may be a bit s
73
68
74
69
Using this crate is possible without [serde](https://crates.io/crates/serde), but a lot of features require serde.
75
70
76
-
### Run a Meilisearch Instance <!-- omit in TOC -->
77
-
78
-
This crate requires a Meilisearch server to run.
79
-
80
-
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation).
71
+
### Run Meilisearch <!-- omit in toc -->
81
72
82
-
For example,using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
83
-
84
-
```bash
85
-
# Install Meilisearch
86
-
curl -L https://install.meilisearch.com | sh
87
-
88
-
# Launch Meilisearch
89
-
./meilisearch --master-key=masterKey
90
-
```
73
+
⚡️ **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-rust).
91
74
92
-
NB: you can also download Meilisearch from **Homebrew** or **APT**.
75
+
🪨 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-rust) our fast, open-source search engine on your own infrastructure.
Copy file name to clipboardExpand all lines: README.tpl
+3-20Lines changed: 3 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@
35
35
## Table of Contents <!-- omit in TOC -->
36
36
37
37
- [📖 Documentation](#-documentation)
38
-
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
39
38
- [🔧 Installation](#-installation)
40
39
- [🚀 Getting started](#-getting-started)
41
40
- [🌐 Running in the Browser with WASM](#-running-in-the-browser-with-wasm)
@@ -48,10 +47,6 @@ This readme contains all the documentation you need to start using this Meilisea
48
47
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
-
## ⚡ Supercharge your Meilisearch experience
52
-
53
-
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-rust). Get started with a 14-day free trial! No credit card required.
54
-
55
50
## 🔧 Installation
56
51
57
52
To use `meilisearch-sdk`, add this to your `Cargo.toml`:
@@ -73,23 +68,11 @@ You can enable the `sync` feature to make most structs `Sync`. It may be a bit s
73
68
74
69
Using this crate is possible without [serde](https://crates.io/crates/serde), but a lot of features require serde.
75
70
76
-
### Run a Meilisearch Instance <!-- omit in TOC -->
77
-
78
-
This crate requires a Meilisearch server to run.
79
-
80
-
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation).
71
+
### Run Meilisearch <!-- omit in toc -->
81
72
82
-
For example,using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
83
-
84
-
```bash
85
-
# Install Meilisearch
86
-
curl -L https://install.meilisearch.com | sh
87
-
88
-
# Launch Meilisearch
89
-
./meilisearch --master-key=masterKey
90
-
```
73
+
⚡️ **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-rust).
91
74
92
-
NB: you can also download Meilisearch from **Homebrew** or **APT**.
75
+
🪨 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-rust) our fast, open-source search engine on your own infrastructure.
0 commit comments