this repo has no description

docs: explain installation

+14
+14
README.md
··· 10 10 provides access to the `lix` command which allows for custom sub-commands to be 11 11 used. 12 12 13 + ## Installation 14 + 15 + Get it from nixpkgs: 16 + 17 + ```bash 18 + nix profile install nixpkgs#lix-diff 19 + ``` 20 + 21 + Or get it from the flake: 22 + 23 + ```bash 24 + nix profile install github:tgirlcloud/lix-diff 25 + ``` 26 + 13 27 ## Usage 14 28 15 29 The example below demonstrates the usage of the `lix diff` command.