Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 641 Bytes

tab_installation.md

File metadata and controls

50 lines (37 loc) · 641 Bytes
title displaytext layout tab order tags
Installation
Installation
true
1
noir install

Installation

Homebrew

brew install noir

# https://formulae.brew.sh/formula/noir

Snapcraft

sudo snap install noir

# https://snapcraft.io/noir

From Sources

# Install Crystal-lang
# https://crystal-lang.org/install/

# Clone this repo
git clone https://github.com/owasp-noir/noir
cd noir

# Install Dependencies
shards install

# Build
shards build --release --no-debug

# Copy binary
cp ./bin/noir /usr/bin/

Docker (GHCR)

docker pull ghcr.io/owasp-noir/noir:main