mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-31 00:17:28 +02:00
docs: move nix info to contributing guidelines
This commit is contained in:
+3
-1
@@ -31,12 +31,14 @@ When you submit your first pull request, you acknowledge that you agree to the t
|
||||
|
||||
## Development Setup
|
||||
|
||||
### Using Nix (Recommended for Linux)
|
||||
### Using Nix
|
||||
|
||||
If you have [Nix](https://nixos.org/) installed, you can skip the manual setup below and simply run:
|
||||
|
||||
```bash
|
||||
nix develop
|
||||
# or if you use direnv
|
||||
direnv allow
|
||||
```
|
||||
|
||||
This will provide Node.js, Rust, and all necessary system libraries.
|
||||
|
||||
Reference in New Issue
Block a user