From 7f63f7fd8048b34930c5fa4d08092e4957c0a726 Mon Sep 17 00:00:00 2001 From: jetcookies <226018678+jetcookies@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:48:21 +0800 Subject: [PATCH] docs(README.md): restore the instruction for nix-shell https://github.com/librekeys/picoforge/pull/29#discussion_r2718183083 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ff969d6..d95093e 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,18 @@ Alternatively, you can enter a developement environement with all the required d nix develop github:librekeys/picoforge ``` +Or use the shell.nix file that is at the root of the repository: + +```bash +nix-shell +``` + +Then you can build from source and run the application with: + +```bash +deno task tauri dev +``` + ## Project Structure ```