Quick Start
Choose the option that works best for you:
Nix
- Install Nix using these instructions.
-
Run
nix profile install github:srid/emanote
1
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
Avoid using the Emanote version from
nixpkgs
repository, as that is out-of-date, and furthermore the author is prohibited from updating it.