README: change instructions to use templating mechanism instead of forking
This commit is contained in:
parent
2f0eb1b7ae
commit
5b552068d5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## Setup
|
## 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
|
2. Add your packages to the [pkgs](./pkgs) directory and to
|
||||||
[default.nix](./default.nix)
|
[default.nix](./default.nix)
|
||||||
* Remember to mark the broken packages as `broken = true;` in the `meta`
|
* Remember to mark the broken packages as `broken = true;` in the `meta`
|
||||||
|
|
Loading…
Reference in a new issue