diff --git a/README.md b/README.md index fe53c12..e4fc7f9 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,6 @@ A discord bot made for Question of the Day in Oceanland! Assuming you have [Rust](https://rust-lang.org) installed, a simple `cargo run` should build fishy and its dependancies. ### Usage -The command syntax is simply `fishy TOKEN`, where TOKEN is the token for the bot you're running. +Firstly, you need to create a database file. Make an empty file and run `fishy create path/to/database` + +After that, the command syntax is `fishy path/to/database TOKEN`, where TOKEN is the token for the bot you're running.