diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2021-04-20 02:26:53 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2021-10-28 02:22:57 +0200 |
commit | 655fd7c2b14fb3429d90d9d494cdb696666fa237 (patch) | |
tree | 571669e8e429cd00dd3085c20bb18a12da83b4ea | |
parent | c7c8d6bed07ff7112d4d8f137ec1a5e1f8092167 (diff) |
Add download instruction to README file
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ Black Attack ------------ +## Download + +```shell +$ git clone --recursive git@github.com:johnnyrichard/blast-attack.git +``` + ## Dependencies - make |