diff --git a/README.md b/README.md index d9f46dbc..1ccd0540 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Boofilsic An application allows you to mark any books, movies and more things you love. -Depends on Mastodon. +Works with Mastodon API and Twitter API. ## Install Please see [doc/GUIDE.md](doc/GUIDE.md) diff --git a/doc/GUIDE.md b/doc/GUIDE.md index 055ca2bb..d3c072a9 100644 --- a/doc/GUIDE.md +++ b/doc/GUIDE.md @@ -33,7 +33,7 @@ python3 manage.py check Initialize database ``` -python3 manage.py makemigrations users books movies games music sync mastodon management collection +python3 manage.py makemigrations users books movies games music sync mastodon management collection timeline python3 manage.py migrate users python3 manage.py migrate ```