Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waldirborbajr authored Nov 15, 2023
1 parent 44ffec7 commit aed6b50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A simple command line tool written in Rust. It automates the process of adding a

## Usage

To use gitrelease, follow these steps:
To use GitRelease, follow these steps:

1. Navigate to the root directory of your Git repository in the terminal.

Expand Down Expand Up @@ -71,6 +71,12 @@ cargo install --path .

- `std::os`: This module is part of the Rust standard library and is used for interacting with the operating system. It is used in this project for handling process exit codes.

## Contributing to GitRelease

If you are interested in contributing to GitRelease, we would love to have your help! You can start by checking out the [ open issues ](https://github.com/waldirborbajr/gitrelease/issues) on our GitHub repository to see if there is anything you can help with. You can also suggest new features or improvements by opening a new issue.

To contribute code to GitRelease, you will need to fork the repository and create a new branch for your changes. Once you have made your changes, you can submit a pull request for them to be reviewed and merged into the main codebase.

## License

This project is released under the MIT License - see the [LICENSE](LICENSE) file for details.

0 comments on commit aed6b50

Please sign in to comment.