From 3a4fb8e3eee2da4a1aa221097cc1e0b19d57910e Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Wed, 17 Apr 2019 00:30:19 -0700 Subject: [PATCH] update readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ad88b9f..731b020 100755 --- a/README.md +++ b/README.md @@ -166,6 +166,24 @@ Pull requests are welcome. Please make sure to add tests when adding new methods. +## Development + +Test + +```bash +make test +``` + +Release + +```bash +git tag v0.1.x +``` + +```bash +make release +``` + ## License MIT