Skip to content

1. Installation

Kevin edited this page Apr 11, 2022 · 1 revision

Installation

Fast script(easy)

curl -fsSL https://github.com/borgmon/openpilot-mod-manager/raw/main/bin/install | sh

This will download omm bin to your usr/local/bin and you can start using OMM imminently.

Manual download

You can download the bin from here.

Build

Install go 1.18. I recommand using g from https://github.com/stefanmaric/g

Then you can easily build it via

make

The bin will be in the /bin folder.

Clone this wiki locally