mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-17 20:00:58 +00:00
Removing Heroku deployment from README
This commit is contained in:
@ -49,7 +49,7 @@ For more information about features go to [our documentation](https://docs.meili
|
||||
#### Run it using Docker
|
||||
|
||||
```bash
|
||||
docker run -it -p 7700:7700 --rm getmeili/meilisearch
|
||||
docker run -p 7700:7700 -v $(pwd)/data.ms:/data.ms getmeili/meilisearch
|
||||
```
|
||||
|
||||
#### Installing with Homebrew
|
||||
@ -74,10 +74,6 @@ curl -L https://install.meilisearch.com | sh
|
||||
./meilisearch
|
||||
```
|
||||
|
||||
#### Run it on heroku
|
||||
|
||||
[](https://heroku.com/deploy?template=https://github.com/meilisearch/MeiliSearch)
|
||||
|
||||
#### Compile and run it from sources
|
||||
|
||||
If you have the Rust toolchain already installed on your local system, clone the repository and change it to your working directory.
|
||||
|
Reference in New Issue
Block a user