summaryrefslogtreecommitdiff
diff options
authorLudovic Courtès <[email protected]>2024-05-09 16:03:42 +0200
committerLudovic Courtès <[email protected]>2024-05-09 16:03:42 +0200
commit85947544bd57ddbfe44c1225e7cf694d100a7546 (patch)
treebbfce1d6d820c955c805e4c29f58dcd3696b797a
parent2f9328db3ef84b9550f4b4a0cd082e3329fe7529 (diff)
downloadskribilo-main.tar.gz
README: Mention authentication.HEADmain
* README: Mention ‘guix git authenticate’.
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index d10f636..ed408a0 100644
--- a/README
+++ b/README
@@ -74,7 +74,17 @@ Development
A copy of the source code repository can be obtained with Git
(http://git.or.cz/), using the following incantation:
- git clone git://git.sv.gnu.org/skribilo.git
+ git clone https://git.sv.gnu.org/git/skribilo.git
+
+To authenticate the code, when you first fetch it, run:
+
+ guix git authenticate \
+ adc9aa9600e27e68b48fa8d1477b9f448f0e3490 \
+ "7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3"
+
+Subsequent runs of `git pull' or `git push' will automatically run `guix
+git authenticate' to authenticate what you pull and what you're about to
+push.
You can then send patches to the <[email protected]> mailing
list!