From f0d5d76908892d8d8549522d65b53c682fbc004a Mon Sep 17 00:00:00 2001 From: Voyage <93342430+AlexanderMaxRanabel@users.noreply.github.com> Date: Sun, 18 Jun 2023 19:57:00 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 19d0628..b5fc2a7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ sudo pacman -S rustup git figlet ```bash sudo apt install rustup git figlet ``` +- NixOS +```bash +sudo nix-env -iA nixos.rustup nixos.git nixos.figlet +``` If you don't want to install figlet (for the ASCII logo) then you can remove "figlet" from the end of both commands. I'm working on removing figlet from the dependency list alltogether, and packaging the logos in the program, however that would require a lot of testing (likely involving VMs). ## 2. Clone the repository: