Skip to content

Installation

andrei edited this page Jul 29, 2022 · 5 revisions

Installing on Linux

  1. Install git, nim and the mingw toolchain (for windows implant compilation): apt install git nim mingw-w64
  2. Clone the repo: git clone https://github.com/d4rckh/nimc2
  3. Cd into the repo: cd nimc2
  4. Install all the required packages & compile: nimble build
  5. Execute the nimc2 server by running the binary ./nimc2 (you might need to run chmod +x ./nimc2)

Learn to use nimc2!

Clone this wiki locally