Installation
To compile niji
, you're going to need to have crystal
installed.
git clone https://github.com/picatz/niji.git
cd niji
make
make install
Or be really brave and pipe this into bash
:
curl https://raw.githubusercontent.com/picatz/niji/master/install.sh | bash
Usage
Just run niji
to start it.
$ niji
Specify a network interface to listen on.
$ niji eth0
Contributors
- picatz Kent 'picat' Gruber - creator, maintainer