mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
6 lines
186 B
Markdown
6 lines
186 B
Markdown
# NixOS instructions
|
|
Run the following command to start an interactive shell with the necessary packages:
|
|
```bash
|
|
nix-shell -p pkgsCross.arm-embedded.stdenv.cc git pkg-config libpng
|
|
```
|