diff --git a/README.md b/README.md new file mode 100644 index 0000000..07cd057 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +**This is an unofficial Nix flake for [ArmorPaint](https://armorpaint.org/).** +## How to install +You can add this flake to your profile using the following command: +``` +nix profile install git+https://git.digitaldragon.club/DigitalDragon/Nix-ArmorPaint.git#armorpaint +``` +If you don't have the Nix command and flakes globally enabled as experimental features, you may have to add the following to the previous command: +``` +--experimental-features "nix-command flakes" +``` +Note: Nix might complain about the flake not being trusted, this is normal. + +Alternatively, you can add it to your NixOS or Home Manager Flake, but I won't get into that here.