diff --git a/README.md b/README.md
index 234dcf5e1596be28706f7c5e7cde0fe7cd10fd18..d2caf7b7c27d04690ef6243aef6557166e5c2593 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ $ flask db init
 $ flask db migrate
 $ flask db upgrade
 ```
+In case you are using SQLite, refer to the third problem in [Known problem](#known-problems).
 
 Finally, you can run your app
 ```shell