Skip to content

Setup Git Pre Commit Hooks with CLI

Shrijith Venkatramana edited this page Feb 5, 2026 · 9 revisions

The LiveReview CLI is called lrc. It is usually installed in /usr/local/bin/lrc.

lrc can also be invoked as a git subcommand like git lrc. Usually this is the recommended way to trigger lrc (via git).

lrc provides powerful global hook management for all your git repositories.

Insallation

image
  1. Goto Settings
  2. Goto API Keys
  3. Create New Key
  4. Enter a friendly label
  5. Create Key

You'll get instructions for installing the tool like so:

Clone this wiki locally