Update README.md

This commit is contained in:
PLUJA 2020-07-29 11:16:28 +02:00 committed by GitHub
parent 32df98e4b1
commit 450cc49aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ You don't need a server to run Parasitter. You can run it on your computer local
- `pip install -r requirements.txt` - `pip install -r requirements.txt`
> It may be that there are no new packages to install. In that case, all requirements will be satisfied. > It may be that there are no new packages to install. In that case, all requirements will be satisfied.
5. [opt] This next step is only needed if you are running a version previous to [15.07.2020](CHANGELOG.md). Then you will need to update the database: 5. [opt] This next step is only needed if you are running a version previous to [2020-07-15](CHANGELOG.md). Then you will need to update the database:
- `flask db migrate` - `flask db migrate`
- `flask db upgrade` - `flask db upgrade`
6. Done! You are on latest version. 6. Done! You are on latest version.