From 57fd268f77b92a4e7e09430cd1c808127feaa23a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 4 Mar 2020 18:27:33 +0100 Subject: [PATCH] readme: add instructions to initialize database --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 11a5ee4..15d4226 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ A user-friendly IRC bouncer. - Support connecting to multiple upstream servers via a single IRC connection to the bouncer +## Usage + + sqlite3 -init schema.sql jounce.db + # Insert users, networks, channels to database + go run ./cmd/jounce + ## Contributing Send patches on the [mailing list], report bugs on the [issue tracker].