mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
docs(README.md): restore the instruction for nix-shell
https://github.com/librekeys/picoforge/pull/29#discussion_r2718183083
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user