diff --git a/README.md b/README.md index b992350..ced413e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - [Prerequisites](#org727b3da) - [Installation](#orgdd31739) - [Usage](#org4a9b3c6) +- [Contributing](#org12345) @@ -89,3 +90,15 @@ then copy the built binary from `./target/release` to anywhere in `$PATH` (examp # Usage Create a Config and then just do `eww`! + + + +# Contributing + +If you want to contribute, like adding new widgets, features or subcommands, you should definitly do so. + +## Steps +1. Fork this repo +2. install dependencies ([Prerequisites](#org727b3da)) +3. smash your head against the keyboard +4. open a pull request once you're finished.