diff --git a/db/README.md b/db/README.md index fe9731b..aa37cbb 100644 --- a/db/README.md +++ b/db/README.md @@ -1,6 +1,7 @@ ### ここにaccount.dbを入れる * dbファイルをgitに載せないために.gitignoreをこのディレクトリの直下に作る * dbディレクトリに移動し、ターミナル上で以下のコマンドを実行する -`\% sqlite3 account.db` - -`sqlite> .read schema.sql` +``` +% sqlite3 account.db +sqlite> .read schema.sql +```