Skip to content

Installation

Vincent Composieux edited this page Oct 30, 2020 · 5 revisions

Installation

There are multiple ways for you to install the Monday binary:

Homebrew (macOS)

$ brew install eko/homebrew-tap/monday

Download binary

Alternatively, you can download the latest version of the binary built for your OS and architecture here:

From sources

Or, lastly, you can download and build it from the sources. You have to retrieve the project sources by using one of the following way:

$ go get -u github.com/eko/monday
# or
$ git clone https://github.com/eko/monday.git

Install the needed vendors:

$ GO111MODULE=on go mod vendor

Then, build the binary using the available target in Makefile:

$ make build

Upgrade

In order to upgrade, you can download and replace the latest binary or just use the built-in upgrade command:

$ monday upgrade

This will bring you to the latest available version

Clone this wiki locally