From 6f9a3fb4bfa102e49f24d1d1794b52ca4531f7e9 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 30 Nov 2025 22:05:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd3261..d349508 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Light Mode | Dark Mode ## Development Fork and clone the project, then: - With Nix: Either use direnv, or `nix flake develop` -- Without Nix: Install flutter, rust, the libsecret dev packages (must be in `PKG_CONFIG_PATH`), and sqlite (must be in `LD_LIBRARY_PATH`). +- Without Nix: Install Flutter, Rust, the libsecret dev package for your distro (must be in `PKG_CONFIG_PATH`), and sqlite (must be in `LD_LIBRARY_PATH`). Build generated files, and watch for new changes: ```sh