Skip to content

Commit ed026fd

Browse files
authored
Merge branch 'main' into sort-facets-value-460
2 parents 700e053 + 789faf8 commit ed026fd

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
## Table of Contents <!-- omit in TOC -->
3131

3232
- [📖 Documentation](#-documentation)
33-
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
3433
- [🔧 Installation](#-installation)
3534
- [🚀 Getting started](#-getting-started)
3635
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -49,10 +48,6 @@ This readme contains all the documentation you need to start using this Meilisea
4948
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/).
5049

5150

52-
## ⚡ Supercharge your Meilisearch experience
53-
54-
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-dotnet). Get started with a 14-day free trial! No credit card required.
55-
5651
## 🔧 Installation
5752

5853
This package targets .NET Standard 2.1.
@@ -71,18 +66,9 @@ Install-Package MeiliSearch
7166

7267
### Run Meilisearch <!-- omit in toc -->
7368

74-
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation).
75-
76-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
77-
78-
```bash
79-
# Install Meilisearch
80-
curl -L https://install.meilisearch.com | sh
81-
# Launch Meilisearch
82-
./meilisearch --master-key=masterKey
83-
```
69+
⚡️ **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-dotnet).
8470

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

8773
## 🚀 Getting started
8874

tests/Meilisearch.Tests/Meilisearch.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1212
<PackageReference Include="xunit" Version="2.7.0" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
13+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)