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
Copy file name to clipboardexpand all lines: README.md
+3-18
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@
32
32
## Table of Contents
33
33
34
34
-[📖 Documentation](#-documentation)
35
-
-[💫 Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
36
35
-[🔧 Installation](#-installation)
37
36
-[🚀 Getting started](#-getting-started)
38
37
-[Add documents](#add-documents)
@@ -52,32 +51,18 @@ This readme contains all the documentation you need to start using this Meilisea
52
51
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/).
53
52
54
53
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
-
59
54
## 🔧 Installation
60
55
61
56
With `go get` in command line:
62
57
```bash
63
58
go get github.com/meilisearch/meilisearch-go
64
59
```
65
60
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 -->
71
62
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).
79
64
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.
0 commit comments