Skip to content

Commit 8c1ed1f

Browse files
bors[bot]meili-bot
andauthored
Merge #120
120: Remove dollars from bash command examples r=bidoubiwa a=meili-bot _This PR is auto-generated._ Related to meilisearch/integration-guides#99 and meilisearch/integration-guides#103. Co-authored-by: meili-bot <[email protected]>
2 parents 9b047e9 + 3c2e472 commit 8c1ed1f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
2929
### Setup <!-- omit in TOC -->
3030

3131
```bash
32-
$ yarn install
32+
yarn install
3333
```
3434

3535
### Test with the Playground <!-- omit in TOC -->
3636

3737
A playground of a VuePress environment is provided to test the plugin.
3838

3939
```bash
40-
$ yarn serve
40+
yarn serve
4141
```
4242

4343
Then, open your browser on the indicated URL and test the search bar 🙂
@@ -48,11 +48,11 @@ Since the automatic tests are not relevant, we really recommend to use it during
4848

4949
```bash
5050
# Automatic tests (need improvement)
51-
$ yarn test
51+
yarn test
5252
# Linter
53-
$ yarn lint
53+
yarn lint
5454
# Linter with auto-correct
55-
$ yarn lint:fix
55+
yarn lint:fix
5656
```
5757

5858
## Git Guidelines

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ As a first introduction, you might only want to test this plugin without connect
5555
You can do it by running the VuePress playground provided in this repository:
5656

5757
```bash
58-
$ yarn install
59-
$ yarn serve
58+
yarn install
59+
yarn serve
6060
```
6161

6262
Then, open your browser on the indicated URL and test the search bar 🙂
@@ -69,9 +69,9 @@ Type `create an indxe` to live the MeiliSearch experience with the [typo toleran
6969
In your VuePress project:
7070

7171
```bash
72-
$ yarn add vuepress-plugin-meilisearch
72+
yarn add vuepress-plugin-meilisearch
7373
# or
74-
$ npm install vuepress-plugin-meilisearch
74+
npm install vuepress-plugin-meilisearch
7575
```
7676

7777
### Basic Configuration

0 commit comments

Comments
 (0)