From e58ccdc2dc092f7d30a0b16e7b497448975dff9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 15 Jul 2018 10:58:04 -0400 Subject: [PATCH] document how to use nur-update --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 0dab9f9b2..607a9d79e 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,20 @@ option to a path relative to the repository root: } } ``` + +## Update NUR's lock file after updating your repository + +By default we only check for repository updates once a day with an automatic +cron job in travis ci to update our lock file `repos.json.lock`. +To update NUR faster, you can use our service at https://nur-update.herokuapp.com/ +after you have pushed an update to your repository, e.g.: + +```console +curl -XPOST https://nur-update.herokuapp.com/update?repo=mic92 +``` + +Check out the [github page](https://github.com/nix-community/nur-update#nur-update-endpoint) for further details + ## Git submodules To fetch git submodules in repositories set `submodules`: