-
Notifications
You must be signed in to change notification settings - Fork 22
Installation
Thomas Hunter II edited this page Jun 22, 2019
·
2 revisions
There are a few ways to install Osgood.
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.
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
The third method is to build the project and run the binary you compile locally.