Add some more documentation how to init database

This commit is contained in:
Nicolas Rouvière 2016-02-23 20:17:04 +01:00 committed by Michel Oosterhof
parent fec5306d3b
commit f02c567436
1 changed files with 3 additions and 1 deletions

View File

@ -322,7 +322,9 @@ logfile = log/cowrie.json
# SQLite3 logging module
#
# Logging to SQLite3 database
# Logging to SQLite3 database. To init the database, use the script
# doc/sql/sqlite3.sql:
# sqlite3 <db_file> < doc/sql/sqlite3.sql
#
# [output_sqlite]
# db_file = cowrie.db