Add Readme.
This commit is contained in:
parent
481dc18f8d
commit
4c4188a3d5
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue