mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
1.1 KiB
1.1 KiB
Install Sablier
You can install Sablier using one of the following methods:
- Use the Docker image
- Use the binary distribution
- Compile from source
Use the Docker Image
- Docker Hub: sablierapp/sablier
- GitHub Container Registry: ghcr.io/sablierapp/sablier
Choose one of the Docker images and run it with a sample configuration file:
docker run -d -p 10000:10000 \
-v $PWD/sablier.yaml:/etc/sablier/sablier.yaml sablierapp/sablier:1.11.0
Use the Binary Distribution
Download the latest binary from the releases page and run it:
./sablier --help
Compile from Source
git clone git@github.com:sablierapp/sablier.git
cd sablier
make
# Output will vary depending on your platform
./sablier_draft_linux-amd64