diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2022-12-15 19:24:17 +0100 |
---|---|---|
committer | Fábio Maciel <6810827+fabiomaciel@users.noreply.github.com> | 2022-12-16 11:27:30 -0300 |
commit | 46040c6819dd686def226f1850187dde4963bef4 (patch) | |
tree | 453ab730dedf8bf28b5aeda6f7c51522ee440ca9 | |
parent | 98a53f955971d14f215c9fde63773e4337297215 (diff) |
docs: Add contribution instructions on README
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -4,7 +4,7 @@ Blast Attack ## Download ```shell -$ git clone --recursive git@git.sr.ht:~johnnyrichard/blast-attack +$ git clone --recursive git@github.com:fabiomaciel/blast-attack.git ``` ## Dependencies @@ -13,6 +13,11 @@ $ git clone --recursive git@git.sr.ht:~johnnyrichard/blast-attack - SDL2 - pkg-config +## Contribute + +The main way of contributing to this project is through **Pull Requests** on +GitHub repository[^github_repo]. + ## Run ```shell @@ -24,3 +29,5 @@ $ make run ```shell $ make test ``` + +[^github_repo]: https://github.com/fabiomaciel/blast-attack |