mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-02 21:38:41 +00:00
Docs: fix OTP mix task command for Meilisearch
This commit is contained in:
parent
d65f768b59
commit
3a82a51a6e
1 changed files with 4 additions and 4 deletions
|
@ -73,7 +73,7 @@ you have to get the _private key_, which is actually used for authentication.
|
|||
|
||||
=== "OTP"
|
||||
```sh
|
||||
./bin/pleroma_ctl search.meilisearch show-keys <your master key here>
|
||||
./bin/pleroma_ctl meilisearch show-keys <your master key here>
|
||||
```
|
||||
|
||||
=== "From Source"
|
||||
|
@ -103,7 +103,7 @@ To start the initial indexing, run the `index` command:
|
|||
|
||||
=== "OTP"
|
||||
```sh
|
||||
./bin/pleroma_ctl search.meilisearch index
|
||||
./bin/pleroma_ctl meilisearch index
|
||||
```
|
||||
|
||||
=== "From Source"
|
||||
|
@ -118,7 +118,7 @@ of indexing and how many posts have actually been indexed, use the `stats` comma
|
|||
|
||||
=== "OTP"
|
||||
```sh
|
||||
./bin/pleroma_ctl search.meilisearch stats
|
||||
./bin/pleroma_ctl meilisearch stats
|
||||
```
|
||||
|
||||
=== "From Source"
|
||||
|
@ -133,7 +133,7 @@ use the `clear` command:
|
|||
|
||||
=== "OTP"
|
||||
```sh
|
||||
./bin/pleroma_ctl search.meilisearch clear
|
||||
./bin/pleroma_ctl meilisearch clear
|
||||
```
|
||||
|
||||
=== "From Source"
|
||||
|
|
Loading…
Reference in a new issue