Skip to content

Installation

Thomas Hunter II edited this page Jun 22, 2019 · 2 revisions

There are a few ways to install Osgood.

Download a Prebuilt Release

First, visit the Releases page. There you will find different builds available for two of the two major platforms. From there you can download a binary and run it.

npm

As a matter of convenience, you can also install Osgood using npm. This will put the osgood binary somewhere in your path automatically. You can do so by running the following:

npm install -g osgood

Build from Scratch

The third method is to build the project and run the binary you compile locally.

Clone this wiki locally