Skip to content

Commit

Permalink
Small README touches
Browse files Browse the repository at this point in the history
  • Loading branch information
spl0k committed Sep 15, 2018
1 parent 0f1a31e commit b654f96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b654f96

Please sign in to comment.