Add publish action to gemfury for apt pkg

This commit is contained in:
Thomas Payet
2019-12-05 14:02:36 +01:00
parent b756fc382a
commit 6b9b5fda7e
2 changed files with 11 additions and 1 deletions

View File

@ -33,6 +33,14 @@ For more [details about those features, go to our documentation](https://docs.me
docker run -it -p 7700:7700 --rm getmeili/MeiliSearch
```
#### Installation using APT
```bash
echo "deb [trusted=yes] https://apt.fury.io/meilisearch/ /" > /etc/apt/sources.list.d/fury.list
apt update && apt install meilisearch-http
meilisearch
```
#### Download the binary
```bash