update docs/development

This commit is contained in:
Aaron Honeycutt 2025-04-16 07:04:11 -06:00
parent 22a35cae0c
commit 7a28998b82

View file

@ -14,13 +14,15 @@ cd nyxi-installer
## Enter nix-shell ## Enter nix-shell
This is if you are already running NixOS on your system where development will take place. This will install the needed system packages, set environment variables and such for development. This is if you are already running NixOS or using the `nix` packagemanager on your system where development will take place. This will install the needed system packages, set environment variables and such for development.
```bash ```bash
nix-shell nix-shell
``` ```
## For distros like Ubuntu install these packages ## Ubuntu
Install these packages for developing using `apt`.
```bash ```bash
sudo apt install build-essential pkg-config libcurl4-openssl-dev libfdisk-dev sudo apt install build-essential pkg-config libcurl4-openssl-dev libfdisk-dev