From 7a28998b82bdac8659564e357f29e8e68107bcdf Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 16 Apr 2025 07:04:11 -0600 Subject: [PATCH] update docs/development --- docs/development.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index 68d2d5a..3bc6b7f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -14,13 +14,15 @@ cd nyxi-installer ## 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 nix-shell ``` -## For distros like Ubuntu install these packages +## Ubuntu + +Install these packages for developing using `apt`. ```bash sudo apt install build-essential pkg-config libcurl4-openssl-dev libfdisk-dev