Added contributing and disclaimer sections to readme
This commit is contained in:
parent
27514741be
commit
b38e438ed6
16
README.md
16
README.md
|
@ -46,3 +46,19 @@ You must add all of the following attributes to `config.json`:
|
|||
|
||||
To reset the configuration back to the default settings, simply delete `config.json` and run `./shammer` to create a new configuration file.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
Want to help develop Shammer? Awesome!
|
||||
|
||||
Feel free to fork this repository, add new features and submit a pull request. Thanks!
|
||||
|
||||
|
||||
## Disclaimer
|
||||
|
||||
Copyright 2021 Thomas Van Acker
|
||||
|
||||
This project is available under the [GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html). This program comes with ABSOLUTELY NO WARRANTY.
|
||||
|
||||
I am not responsible for any damage that may be caused by this software. USE AT YOUR OWN RISK.
|
||||
|
||||
|
|
Loading…
Reference in New Issue