From d1f716acea2817514b8cdd5d4e9fd4993089cb26 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Wed, 31 Dec 2025 14:04:18 +0100 Subject: [PATCH] updated README with dependencies --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef66184..c32139d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# What is this? -This is a small blog app. Basically a static site generator. +# What is this? This is a small blog app. Basically a static site generator. It uses cpp to create html files from md. It also allows for some configuration with `.toml` files. @@ -28,3 +27,7 @@ Also pretty simple. You have: Because I wanted a small utility for my personal blog that doesn't have any javascript bullshit and is small, but also easy to write blog entries. Besides it's a pretty cool project, If I do say so myself. + +# Dependencies +- `Catch2` framework for unit tests +- `toml++` for toml parsing