Releases: pipelabs/ts-proxy
Releases · pipelabs/ts-proxy
Release v0.0.2
What's Changed
- Updated to add Docker workflow (8855e3b)
Installation
Download the appropriate binary for your platform and extract it:
# Linux
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.2/ts-proxy-v0.0.2-linux-amd64.tar.gz
tar -xzf ts-proxy-v0.0.2-linux-amd64.tar.gz
# macOS (Apple Silicon)
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.2/ts-proxy-v0.0.2-mac-arm64.tar.gz
tar -xzf ts-proxy-v0.0.2-mac-arm64.tar.gzRelease v0.0.1
What's Changed
Initial release.
Commits in this release:
- Initial commit (678e02c)
Installation
Download the appropriate binary for your platform and extract it:
# Linux
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.1/ts-proxy-v0.0.1-linux-amd64.tar.gz
tar -xzf ts-proxy-v0.0.1-linux-amd64.tar.gz
# macOS (Apple Silicon)
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.1/ts-proxy-v0.0.1-mac-arm64.tar.gz
tar -xzf ts-proxy-v0.0.1-mac-arm64.tar.gz