Skip to content

Commit b4891e7

Browse files
committed
Update README.md
1 parent 4ab5d7e commit b4891e7

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

+3-18
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
## Table of Contents
3333

3434
- [📖 Documentation](#-documentation)
35-
- [💫 Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
3635
- [🔧 Installation](#-installation)
3736
- [🚀 Getting started](#-getting-started)
3837
- [Add documents](#add-documents)
@@ -52,32 +51,18 @@ This readme contains all the documentation you need to start using this Meilisea
5251
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/).
5352

5453

55-
## ⚡ Supercharge your Meilisearch experience
56-
57-
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-go). Get started with a 14-day free trial! No credit card required.
58-
5954
## 🔧 Installation
6055

6156
With `go get` in command line:
6257
```bash
6358
go get github.com/meilisearch/meilisearch-go
6459
```
6560

66-
### Run Meilisearch
67-
68-
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation).
69-
70-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
61+
### Run Meilisearch <!-- omit in toc -->
7162

72-
```bash
73-
# Install Meilisearch
74-
curl -L https://install.meilisearch.com | sh
75-
76-
# Launch Meilisearch
77-
./meilisearch --master-key=masterKey
78-
```
63+
⚡️ **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-go).
7964

80-
NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**.
65+
🪨 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-go) our fast, open-source search engine on your own infrastructure.
8166

8267
## 🚀 Getting started
8368

0 commit comments

Comments
 (0)