readme: add instructions to initialize database
This commit is contained in:
parent
84fe3ae255
commit
57fd268f77
@ -8,6 +8,12 @@ A user-friendly IRC bouncer.
|
|||||||
- Support connecting to multiple upstream servers via a single IRC connection
|
- Support connecting to multiple upstream servers via a single IRC connection
|
||||||
to the bouncer
|
to the bouncer
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
sqlite3 -init schema.sql jounce.db
|
||||||
|
# Insert users, networks, channels to database
|
||||||
|
go run ./cmd/jounce
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Send patches on the [mailing list], report bugs on the [issue tracker].
|
Send patches on the [mailing list], report bugs on the [issue tracker].
|
||||||
|
Loading…
Reference in New Issue
Block a user