Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 29 May 04:50
· 4 commits to main since this release

Changes

Installation

Download the appropriate binary for your platform and add it to your PATH.

Linux/macOS

curl -L https://github.com/nnanto/transcriber/releases/download/v1.0.4/transcriber-linux-amd64.tar.gz | tar -xz
sudo mv transcriber-* /usr/local/bin/transcriber

# Or for macOS
curl -L https://github.com/nnanto/transcriber/releases/download/v1.0.4/transcriber-darwin-amd64.tar.gz | tar -xz
sudo mv transcriber-* /usr/local/bin/transcriber

Windows

Extract the zip file and add the executable to your PATH.