slipstream/docs/installation/gh.md
2025-05-20 17:00:48 +08:00

18 lines
566 B
Markdown

---
title: GitHub releases
parent: Installation
nav_order: 21
---
# GitHub releases
slipstream binaries are published to GitHub at every in release.
These are dynamically linked binaries against OpenSSL and GNU C.
Visit the latest GitHub release [here](https://github.com/EndPositive/slipstream/releases/latest).
```shell
$ wget https://github.com/EndPositive/slipstream/releases/download/v0.0.1/slipstream-client-v0.0.1-linux-x86_64
```
```shell
$ wget https://github.com/EndPositive/slipstream/releases/download/v0.0.1/slipstream-server-v0.0.1-linux-x86_64
```