Skip to content

Commit 889095f

Browse files
committed
Update README.md
1 parent bb1ea0f commit 889095f

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

README.md

Lines changed: 6 additions & 21 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,22 +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 -->
89-
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).
91-
92-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
83+
### Run Meilisearch <!-- omit in toc -->
9384

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**.
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).
10386

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.
10488
### Index your data <!-- omit in toc -->
10589

10690
The goal of this library is to provide a front-end search bar into your own documentation. To make that possible, you need to gather your website content in advance, and index it in a Meilisearch instance.
@@ -115,7 +99,8 @@ We recommend using the [`docs-scraper` tool](https://github.com/meilisearch/docs
11599

116100
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).
117101

118-
## 🎬 Getting Started
102+
103+
## 🚀 Getting started
119104

120105
#### ES module <!-- omit in toc -->
121106

0 commit comments

Comments
 (0)