You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/11/12 01:38:19 UTC

cordova-coho git commit: updated instruction with windows hints

Repository: cordova-coho
Updated Branches:
  refs/heads/master 9111133c8 -> ed0d3d9ff


updated instruction with windows hints


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/ed0d3d9f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/ed0d3d9f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/ed0d3d9f

Branch: refs/heads/master
Commit: ed0d3d9ff9e23052840d87a6c1e3d2950140a034
Parents: 9111133
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Nov 11 16:38:01 2014 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Nov 11 16:38:01 2014 -0800

----------------------------------------------------------------------
 docs/setting-up-gpg.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ed0d3d9f/docs/setting-up-gpg.md
----------------------------------------------------------------------
diff --git a/docs/setting-up-gpg.md b/docs/setting-up-gpg.md
index 6d4a9f5..e6293eb 100644
--- a/docs/setting-up-gpg.md
+++ b/docs/setting-up-gpg.md
@@ -62,7 +62,10 @@ Publish to `keys.gnupg.net`
 
 Visit http://pgp.mit.edu/ and paste in result of:
 
+    // Mac
     gpg --armor --export $KEY_ID | pbcopy
+    // Windows
+    gpg --armor --export $KEY_ID | clip
 
 Copy to your Apache homedir:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org