From 160c8ddceaf754fca95bea362f9ae7558e10c6f3 Mon Sep 17 00:00:00 2001 From: fall-leaf Date: Thu, 3 Aug 2023 15:29:42 +0300 Subject: [PATCH] updated readme: replaced mention of a non-existent config.h --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c2da5b..8e1bcc1 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ See doc/api.md for detailed information about this interface. * Building and Installation -First, you'll want to customize include/config.h as detailed from -include/config.mk.h, then build via running ./build.sh +First, you'll want specify your server and channel as well as bot username +and a password. This can be done either with command-line options or in a +specified credentials file. This'll require a few libraries: libircclient-dev libsqlite3-dev build-essentials