From 01624c6c1472264aa1e688dc6cea8104bec5eccf Mon Sep 17 00:00:00 2001 From: mrkubax10 Date: Sat, 23 Sep 2023 15:01:26 +0200 Subject: [PATCH] Fix word order in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dec49e9..d16773d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ irclogger_web is a highly configurable IRC logger with web frontend. It's written in Perl. ## Installation -1. You need to have Perl and SQLite3 interpreter installed. +1. You need to have Perl interpreter and SQLite3 installed. 2. Following Perl packages have to be installed: [DBI](https://metacpan.org/pod/DBI), [DBD::SQLite](https://metacpan.org/pod/DBD::SQLite). 3. Run `./prepare_database.sh` to create SQLite3 database for storing users, servers and logged channels. 4. See `configuration.pm` and adjust it to your needs.