From 706de9acf535889cb70f330b18942a1e41c50911 Mon Sep 17 00:00:00 2001 From: Davte Date: Sat, 19 Jun 2021 16:20:27 +0200 Subject: [PATCH] Instructions --- README.md | 9 ++++++++- run_me.sh | 0 2 files changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 run_me.sh diff --git a/README.md b/README.md index c1baeab..968fe0a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # bic_bot -Breaking Italy Club bot \ No newline at end of file +Breaking Italy Club bot + +## Instructions +```bash +git clone https://gogs.davte.it/Davte/bic_bot.git +cd bic_bot +bash ./run_me.sh +``` \ No newline at end of file diff --git a/run_me.sh b/run_me.sh old mode 100644 new mode 100755