summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-11-20 12:27:48 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-20 12:27:48 +0100
commit2023e6448bb347b43fddc51ce7273f8d46384c70 (patch)
tree67fa18a833e254637494c9f769f4dd73bf6e9cbc /README.rst
parentd33b748cf6a10f88ecfc698cc7af289c6ed4be3a (diff)
README: Add authentication instructions.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f672031..2a67922 100644
--- a/README.rst
+++ b/README.rst
@@ -56,3 +56,13 @@ We accept software fulfilling the following criteria:
56.. _Free and open source: https://opensource.org/osd 56.. _Free and open source: https://opensource.org/osd
57.. _guix-science-nonfree: https://codeberg.org/guix-science/guix-science-nonfree 57.. _guix-science-nonfree: https://codeberg.org/guix-science/guix-science-nonfree
58 58
59When obtaining a fresh checkout of this repository, run the following
60command:
61
62.. code:: console
63
64 guix git authenticate b1fe5aaff3ab48e798a4cce02f0212bc91f423dc "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"
65
66The command authenticates your checkout and installs Git hooks such that
67``git pull`` and ``git push`` automatically authenticate it from there
68on.