From 9d5d86765ea08fbf9fe2f1da116f274952e0117a Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 11 Mar 2023 16:02:18 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bf40c9..c1c68d3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You should setup the following webhooks on your Gitea instance: Simply clone the repository with: ```bash -TODO: Add clone command +git clone https://github.com/deavmi/gitea-irc-bot ``` Then run the following command to build the library: @@ -59,4 +59,4 @@ An example configuration file can look as follows: } ``` -You can also run the program with `gitea-irc-bot myConfig.json` to specify a custom JSON configuration path other than the default. \ No newline at end of file +You can also run the program with `gitea-irc-bot myConfig.json` to specify a custom JSON configuration path other than the default.