mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
update docs/development
This commit is contained in:
parent
22a35cae0c
commit
7a28998b82
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue