]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
Fixup the README
authorroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
committerroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
README

diff --git a/README b/README
index 009f9b25899f2954bd6d6a9c7d141089959e1a04..b61e22ce794967f44e956c252c6a84989e5143ba 100644 (file)
--- a/README
+++ b/README
@@ -1,18 +1,18 @@
+# git-remote-gcrypt
+# Copyright 2013  by Ulrik
+# License: GPLv2 or any later version, see http://www.gnu.org/licenses/
+#
+# Requires GnuPG
+#
+# We read `git config gcrypt.recipients` when creating new repositories
 
-    # git-remote-gcrypt
-    # Copyright 2013  by Ulrik
-    # License: GPLv2 or any later version, see http://www.gnu.org/licenses/
-    #
-    # Requires GnuPG
-    #
-    # We read git config gcrypt.recipients when creating new repositories
+Install as `git-remote-gcrypt` in $PATH
 
-Install as git-remote-gcrypt in $PATH
-
-Supports local, ssh:// and sftp:// remotes at the moment.
+Supports local, ssh:// and sftp:// remotes at the moment::
 
     git config --global gcrypt.recipients KEYID1
-    git remote add gcryptrepo gcrypt::ssh://hostname.com:MyRepo.git
+    git remote add gcryptrepo gcrypt::ssh://hostname.com:MyNewRepo
+    git push --all gcryptrepo
 
 WARNING: This is a proof of concept
 WARNING: Repository format WILL change, incompatibly