From a74885d269d2fddb21be5db402e70ac1a41a0e23 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Wed, 18 Feb 2026 13:02:22 -0800 Subject: remove pandoc and readme.html generation, update readme with local dev info --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2305d05..13f2c9c 100644 --- a/README.md +++ b/README.md @@ -313,13 +313,12 @@ To contribute to Neko or run the full test suite locally, you will need the foll - **Node.js (20+) & npm**: For frontend development and building UI assets. - **Docker**: For containerized development and verifying the Docker build. - **SQLite3**: For direct database manipulation and debugging. -- **Pandoc**: Required for `make docs` to generate `readme.html`. - **golangci-lint**: Required for `make lint` to run static analysis. ### Quick Start for Developers ```bash -make all # Clean, rebuild UIs, build binary, and generate docs +make all # Clean, rebuild UIs, and build binary make test # Run all backend and frontend tests make check # Run linting and tests ``` -- cgit v1.2.3