diff --git a/README.md b/README.md index 95f93a2..522c9a0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ first add nte as an input in your project's flake ```nix nte = { url = "git+https://git.jacekpoz.pl/poz/nte"; + # or one of the mirrors + #url = "git+https://codeberg.org/jacekpoz/nte"; + #url = "github:jacekpoz/nte"; inputs.nixpkgs.follows = "nixpkgs"; }; ```