From b654f969f5ec8da8fd084449c3151af4fe417fcc Mon Sep 17 00:00:00 2001 From: spl0k Date: Sat, 15 Sep 2018 16:24:52 +0200 Subject: [PATCH] Small README touches --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4536e42..862d235 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,8 @@ superuser with the folowing SQL command: supysonic=# CREATE EXTENSION citext; -If you absolutely have no clue about databases, you can go with _SQLite_. +If you absolutely have no clue about databases, you can go with _SQLite_ as it +doesn't need any setup other than specifying a path for the database. Note that using _SQLite_ for large libraries might not be the brightest idea as it tends to struggle with larger datasets. @@ -232,6 +233,9 @@ command: ## Upgrading +To upgrade your _Supysonic_ installation, simply re-run the command you used to +install it (either `python setup.py install` or `pip install .`). + Some commits might introduce changes in the database schema. Starting with commit e84459d6278bfc735293edc19b535c62bc2ccd8d (August 29th, 2018) migrations will be automatically applied.