logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install schollz/croc. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

schollz/croc Installation Guide

How to install schollz/croc. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for schollz/croc. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i schollz/croc
or

Install via npx

npx @hexmos/ipm i schollz/croc

Prerequisites

Go

language

Version: 1.22+

Docker

system_tool

For running the relay in a containerized environment.

Python

language

Version: 3.8+

curl

system_tool

For downloading the latest release of croc.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

go install github.com/schollz/croc/v10@latest

curl https://getcroc.schollz.com | bash

wget -qO- https://getcroc.schollz.com | bash

docker run -d -p 9009-9013:9009-9013 -e CROC_PASS=

brew install croc

scoop install croc

choco install croc

winget install schollz.croc

Post Installation Steps

  • Start the server with `croc start`.
  • Run migrations with `croc migrate`.