Updated SF ssh key setup instructions.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 09 May 2020 15:12:06 +0300
changeset 1211 275340c61150
parent 1210 2bd765e16581
child 1212 4c6f1697e6fd
Updated SF ssh key setup instructions.
Makefile
--- a/Makefile	Sat May 09 00:40:11 2020 +0300
+++ b/Makefile	Sat May 09 15:12:06 2020 +0300
@@ -219,7 +219,8 @@
 
 # First time you deploy to SourceForge (sf) you need manually login to:
 #   $ sftp $(SF_USER),$(pkgname)@web.sourceforge.net
-#   $ hg push ssh://$(SF_USER)@hg.code.sf.net/p/gadict/cod
+#   $ sftp $(SF_USER),$(pkgname)@frs.sourceforge.net
+#   $ hg push ssh://$(SF_USER)@hg.code.sf.net/p/gadict/code
 # as it asks for accepting server public key.
 
 .PHONY: deploy