From a161af337a80d6b7ad94bd84e82503562184bf61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 27 Oct 2021 09:20:30 +0200 Subject: [PATCH] README: improve instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 718dbd165..9f13276cf 100644 --- a/README.md +++ b/README.md @@ -299,8 +299,8 @@ perform also an evaluation check, which must be passed for your repository. Comm `repos.json` but NOT `repos.json.lock` ``` -$ git add repos.json $ ./bin/nur format-manifest # ensure repos.json is sorted alphabetically +$ git add repos.json $ git commit -m "add repository" $ git push ```