Fix word order in README.md
This commit is contained in:
parent
cf3fe30e4e
commit
01624c6c14
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user