diff --git a/README.md b/README.md index 2dcb7e4..b1617d4 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,47 @@ This is a TUI tool that allows you to make an HTTP Request and check the response, just like Postman. +https://user-images.githubusercontent.com/16137809/129535113-e5c9447a-0171-4056-9f4d-78ca97d40fb6.mov -https://user-images.githubusercontent.com/16137809/129535113-e5c9447a-0171-4056-9f4d-78ca97d40fb6.mov +## Install +```sh +brew install hatsu38/postman-tui/postman-tui +``` ## Lint ```sh go fmt ./... -``` \ No newline at end of file +``` + +## Deploy + +1. Create Git Tag +```sh +git tag -a "vX.Y.Z" -m "version X.Y.Z" +``` + +2. Tag Push +```sh +git push origin vX.Y.Z +``` + +3. A Formula will be created in this repository +https://github.com/hatsu38/homebrew-postman-tui + + +## Contributing +I'm looking forward to your bug reports and requests for new features! + +You can also open an issue or comment on an issue on github and a maintainer(@hatsu38) will reply to you. + +It would be my pleasure to star this repository! + +If you have any concerns, please contact us at ↓. + +https://twitter.com/hatsu_38 + +## License +This code is free to use under the terms of the MIT license. \ No newline at end of file