Skip to content

Installation

This page covers installation for both the library and the CLI tool.

Requirement:

  • Nim (version 2.2.6 or higher)

To install the CLI tool:

nimble install yfnim

To add the library to your project:

nimble install yfnim
nimble add yfnim

To build from source code:

git clone https://codeberg.org/jailop/yfnim.git
cd yfnim
nimble build
nimble install