readme: pipe commands into sqlite3 instead of using -init

This makes it so sqlite3 exits after executing the file.

git-svn-id: file:///srv/svn/repo/suika/trunk@80 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2020-03-04 19:13:20 +00:00
parent c75d825938
commit 9de66e9cb0

View File

@ -10,7 +10,7 @@ A user-friendly IRC bouncer.
## Usage
sqlite3 -init schema.sql jounce.db
sqlite3 jounce.db <schema.sql
# Insert users, networks, channels to database
go run ./cmd/jounce