README.md in tsks-0.0.9 vs README.md in tsks-0.0.10

- old
+ new

@@ -1,8 +1,8 @@ # tsks -[![build](https://app.travis-ci.com/luanramosvicente/tsks.svg?branch=main)](https://travis-ci.com/luanrvmood/tsks) +[![build](https://app.travis-ci.com/luanrv/tsks-cli.svg?branch=main)](https://app.travis-ci.com/luanrv/tsks-cli) A stateful command line interface to help you handle your daily tsks (with synchronisation and contexts!). ## Features @@ -83,17 +83,23 @@ ```sh tsks register --email=sample@mail.com --password=secret ``` -## Development +## Developing After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install` (This command installs the current tsks version in your machine). + +## Releasing + +```sh +./bin/release +``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/luanrvmood/tsks.