summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Richard <johnny@johnnyrichard.com>2022-12-15 19:24:17 +0100
committerFábio Maciel <6810827+fabiomaciel@users.noreply.github.com>2022-12-16 11:27:30 -0300
commit46040c6819dd686def226f1850187dde4963bef4 (patch)
tree453ab730dedf8bf28b5aeda6f7c51522ee440ca9
parent98a53f955971d14f215c9fde63773e4337297215 (diff)
docs: Add contribution instructions on README
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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