From 46040c6819dd686def226f1850187dde4963bef4 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Thu, 15 Dec 2022 19:24:17 +0100 Subject: docs: Add contribution instructions on README Signed-off-by: Johnny Richard --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de76286..fa54bbb 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3