docs: add github and docker icons

This commit is contained in:
Alexis Couvreur
2025-11-12 18:34:25 -05:00
parent a6614de3ad
commit da5d2d113a

View File

@@ -48,6 +48,8 @@ You can install Sablier using one of the following methods:
### Use the Docker image
<img src="./docs/assets/img/docker.svg" alt="Helm" width="100" align="right" />
<!-- x-release-please-start-version -->
![Docker Pulls](https://img.shields.io/docker/pulls/sablierapp/sablier)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/sablierapp/sablier/1.10.1)
@@ -68,6 +70,8 @@ docker run -d -p 10000:10000 -v sablier.yaml:/etc/sablier/sablier.yaml sablierap
### Use the binary distribution
<img src="./docs/assets/img/github.svg" alt="Helm" width="100" align="right" />
Grab the latest binary from the [releases](https://github.com/sablierapp/sablier/releases) page and run it:
```bash