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 FiloSottile/mkcert. 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.

FiloSottile/mkcert Installation Guide

How to install FiloSottile/mkcert. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i FiloSottile/mkcert

Prerequisites

Go

build_tool

Version: >1.13

Homebrew

package_manager

Version: latest

nss-tools

system_tool

Version: latest

certutil

system_tool

Version: latest

npm

package_manager

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

macOS (Homebrew)

brew install mkcert

brew install nss

macOS (MacPorts)

sudo port selfupdate

sudo port install mkcert

sudo port install nss

Linux (APT/yum)

sudo apt install libnss3-tools

sudo yum install nss-tools

sudo pacman -S nss

Linux (Certutil)

certutil

Windows (Chocolatey)

choco install mkcert

Windows (Scoop)

scoop bucket add extras

scoop install mkcert

Windows (Pre-built binaries)

curl -JLO 'https://dl.filippo.io/mkcert/latest?for=linux/amd64'

chmod +x mkcert-v*-linux-amd64

sudo cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert

Windows (Source)

git clone https://github.com/FiloSottile/mkcert && cd mkcert

go build -ldflags '-X main.Version=$(git describe --tags)' 

Post Installation Steps

  • Start the server using `npm start`.
  • Run database migrations with `npx db:migrate`.