From 5b552068d59f2c09cee1555254d27e9b7ebe58c5 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Sun, 11 Oct 2020 23:15:42 +0200 Subject: [PATCH] README: change instructions to use templating mechanism instead of forking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d543d44..44fb601 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Setup -1. Fork this repo +1. Click on [Use this template](https://github.com/nix-community/nur-packages-template/generate) to start a repo based on this template. (Do _not_ fork it.) 2. Add your packages to the [pkgs](./pkgs) directory and to [default.nix](./default.nix) * Remember to mark the broken packages as `broken = true;` in the `meta`