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