Installation
Installation
To get started let’s install the lemmego cli first by running the following shell command in your favorite terminal:
curl -fsSL https://raw.githubusercontent.com/lemmego/cli/refs/heads/main/installer.sh | sudo shcurl -fsSL https://raw.githubusercontent.com/lemmego/cli/refs/heads/main/installer.sh | sudo shTBA
Confirm Installation
Run the following command to make sure that the binary has been installed and is available system-wide:
lemmego --versionIt should output something like this:
version [x.x.x]
Congratulations! You have successfully installed the lemmego cli. In the next section, we will use this to create a new project.