Skip to content

Commit 4a7e11f

Browse files
meili-bors[bot]meili-botStrift
authored
Merge #821
821: 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]> Co-authored-by: Laurent Cazanove <[email protected]>
2 parents bb1ea0f + 3b939e7 commit 4a7e11f

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,13 @@ To make it work, You need to have your documentation's content in a Meilisearch
5252

5353
## Table of Contents <!-- omit in toc -->
5454

55-
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
5655
- [🔧 Installation](#-installation)
57-
- [🎬 Getting Started](#-getting-started)
56+
- [🚀 Getting started](#-getting-started)
5857
- [🎨 Customization](#-customization)
5958
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
6059
- [⚙️ Development Workflow and Contributing](#%EF%B8%8F-development-workflow-and-contributing)
6160
- [🥇 Credits](#-credits)
6261

63-
## ⚡ Supercharge your Meilisearch experience
64-
65-
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=docs-searchbar.js). Get started with a 14-day free trial! No credit card required.
66-
6762
## 🔧 Installation
6863

6964
**With npm**:
@@ -85,21 +80,11 @@ Add the following script into your `HTML` file:
8580
<script src="https://cdn.jsdelivr.net/npm/docs-searchbar.js@latest/dist/cdn/docs-searchbar.min.js"></script>
8681
```
8782

88-
### 🏃‍♀️ Run Meilisearch <!-- omit in toc -->
83+
### Run Meilisearch <!-- omit in toc -->
8984

90-
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/reference/features/installation.html#download-and-launch).
85+
⚡️ **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=docs-searchbar.js).
9186

92-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
93-
94-
```bash
95-
# Install Meilisearch
96-
curl -L https://install.meilisearch.com | sh
97-
98-
# Launch Meilisearch
99-
./meilisearch --master-key=masterKey
100-
```
101-
102-
NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**.
87+
🪨 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=docs-searchbar.js) our fast, open-source search engine on your own infrastructure.
10388

10489
### Index your data <!-- omit in toc -->
10590

@@ -115,7 +100,8 @@ We recommend using the [`docs-scraper` tool](https://github.com/meilisearch/docs
115100

116101
If you already have your own scraper but you still want to use Meilisearch and `docs-searchbar.js`, check out [this discussion](https://github.com/meilisearch/docs-searchbar.js/issues/40).
117102

118-
## 🎬 Getting Started
103+
104+
## 🚀 Getting started
119105

120106
#### ES module <!-- omit in toc -->
121107

0 commit comments

Comments
 (0)