From 429dedac4cf23b97c883fd05f38bd9682d09d216 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 7 Sep 2019 10:59:52 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb87db8..d9b65c2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Examples for [jhodges/GiteaBot](https://git.jhodges.co.uk/jhodges/GiteaBot) -Copy config.php.dist to config.php and set your Gitea instalce URL and bots user/pass. +Copy [src/config.php.dist](https://git.jhodges.co.uk/jhodges/GiteaBot-examples/src/branch/master/src/config.php.dist) to src/config.php and set your Gitea instalce URL and bots user/pass. -All examples include setup.php which loads the autoloader and config, connects to the Gitea instance specified in config, passes the command line args, and opens the repo specified on command line. After this $client and $repo will be available. +All examples include [src/setup.php](https://git.jhodges.co.uk/jhodges/GiteaBot-examples/src/branch/master/src/setup.php) which loads the autoloader and config, connects to the Gitea instance specified in config, passes the command line args, and opens the repo specified on command line. After this $client and $repo will be available. ----