Installing

Quick Start

  1. Install Nix using these instructions.
  2. Run nix profile install github:srid/emanote1

Platform-specific guides

  • Windows users: See Using on Windows for Windows Subsystem for Linux setup
  • Advanced Nix users: See Advanced Nix Usage for Home Manager, flake-parts, and other advanced options

Testing your installation

Once installed, test Emanote with:

# Run live server
cd /path/to/notebook
emanote run

# Generate static files
mkdir /tmp/output
emanote -L /path/to/notebook gen /tmp/output