Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.04 KB

installation.md

File metadata and controls

24 lines (12 loc) · 1.04 KB

Installation

Recime Command Line Tool is written in Go with support for multiple platforms.

The latest release can be found at Recime Releases. We currently provide pre-built binaries for Windows and macOS.

Recime CLI may also be compiled from source wherever the Go compiler tool chain can run, e.g. for other operating systems including DragonFly BSD, OpenBSD, Plan 9 and Solaris. See http://golang.org/doc/install/source for the full set of supported combinations of target operating systems and compilation architectures.

On macOS, if you have Homebrew, installation is even easier, just type the following command:

brew tap recime/tools && brew install recime-cli

On Windows, if you have Choco, just run choco install recime-cli.

For a more detailed explanation follow the corresponding installation guides:

Installation on macOS

Installation on Windows