Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredtking committed Jan 31, 2022
1 parent 7374914 commit 55cc38f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -73,4 +73,13 @@ The gem can be built with:
gem build invoiced.gemspec
```

The test suite can be ran with `rake test`
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
```

0 comments on commit 55cc38f

Please sign in to comment.