docs(README.md): restore the instruction for nix-shell

https://github.com/librekeys/picoforge/pull/29#discussion_r2718183083
This commit is contained in:
jetcookies
2026-01-23 15:48:21 +08:00
parent 191b623945
commit 7f63f7fd80
+12
View File
@@ -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
```