logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install ggreer/the_silver_searcher. 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.

ggreer/the_silver_searcher Installation Guide

How to install ggreer/the_silver_searcher. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i ggreer/the_silver_searcher

Prerequisites

automake

build_tool

Version: 1.16.0

pkg-config

package_manager

Version: 2.3.5

pcre

library

xz-utils

system_package

Version: 1.2.3

zlib-devel

system_package

Version: 1.2.3

lzma-devel

system_package

Version: 1.2.3

gcc

build_tool

Version: 9.4.0

make

build_tool

Version: 5.1.2

git

system_package

Version: 2.38.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

macOS (Homebrew/Port)

brew install the_silver_searcher

port install the_silver_searcher

Linux (Ubuntu/Debian)

apt-get install -y silversearcher-ag

yum install the_silver_searcher

Linux (Fedora)

dnf install the_silver_searcher

yum install epel-release.noarch the_silver_searcher

BSD (FreeBSD/OpenBSD/NetBSD)

pkg install the_silver_searcher

Windows (Win32/64)

pkg_add the_silver_searcher

Windows (Chocolatey)

choco install ag

Windows (MSYS2)

make -f Makefile.w32

Windows (Cygwin)

pacman -S mingw-w64-{i686,x86_64}-ag

Windows (Manual)

make install

Source (Manual)

cd the_silver_searcher

make

Post Installation Steps

  • Open a terminal and run `./build.sh` to build the executable.
  • Run the application with `./ag --help` for help on available options.