diff --git a/README.md b/README.md index 1f1f03b..5eebd2f 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,13 @@ The gem can be built with: gem build invoiced.gemspec ``` -The test suite can be ran with `rake test` \ No newline at end of file +The test suite can be ran with `rake test` + +## Deploying + +The package can be uploaded to pypi with the following commands: + +``` +gem build invoiced.gemspec +gem push invoiced-X.Y.Z.gem +``` \ No newline at end of file