Skip to content
Installation

Installation

Prerequisites

Lemmego is a Go framework. You should have basic familiarity with Go and have the following installed:

Installation

Once you have all the prerequisites installed, install the Lemmego CLI using this command:

curl -fsSL https://raw.githubusercontent.com/lemmego/cli/refs/heads/main/installer.sh | sudo sh

Install via Go

If you have Go installed, you can also install the CLI directly:

go install github.com/lemmego/cli/cmd/lemmego@latest

Make sure $GOPATH/bin is in your PATH.

Verify Installation

Run the following to confirm the CLI is installed:

lemmego --version

Expected output:

version [x.x.x]

Next Steps

Now that the CLI is installed, proceed to the Quick Start guide to create your first project.