diff options
author | Dickson S. Guedes | 2011-06-24 22:01:46 +0000 |
---|---|---|
committer | Dickson S. Guedes | 2011-06-24 22:01:46 +0000 |
commit | cdffc8308d90b86136c8bcf7921087565c9655c6 (patch) | |
tree | cc0483a3fb4f6f7aa04bb969e73d2d570ffe307a /README.md | |
parent | 540bd67c3b0b496869c4cc7ee213944d63d09644 (diff) |
Using 'say' instead raising and fixing some codeissue_9
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -109,14 +109,16 @@ For all switches that you can use with *change*, type: Well, since you finished your work you can bundle it to send to [PGXN](http://pgxn.org). -Just type: +Bundle it: $ pgxn_utils bundle my_cool_extension Extension generated at: /home/guedes/extensions/my_cool_extension-0.0.1.zip - $ ../pgxn-utils/bin/pgxn_utils release overpaid-0.0.6b3.zip +and release it: + + $ pgxn_utils release my_cool_extension-0.0.1.zip Enter your PGXN username: guedes - Enter your PGXN password: ************** + Enter your PGXN password: ****** Trying to release my_cool_extension-0.0.1.zip ... released successfully! Visit: http://manager.pgxn.org/distributions/my_cool_extension/0.0.1 |