2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-26 08:50:42 +00:00

Improvements to installation instructions

This commit is contained in:
Oliver
2021-11-05 10:33:50 +11:00
parent 229af4b093
commit c5bac2d5d4
10 changed files with 69 additions and 103 deletions

View File

@ -26,12 +26,15 @@ For example, pull down the latest InvenTree sourcecode using Git:
git pull origin master
```
!!! info "Release Versions"
If you are using a particular version of InvenTree, you may wish to target a specific code branch or tag, instead of just pulling down latest master
### Perform Database Migrations
Updating the database is as simple as calling the `update` script:
```
inv update
invoke update
```
This command performs the following steps: