2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 11:15:31 +00:00

Change "invoke" -> "inv"

This commit is contained in:
Oliver Walters
2020-11-24 21:26:40 +11:00
parent 9b5c8a2974
commit a0c91203b0
5 changed files with 17 additions and 17 deletions

View File

@ -40,7 +40,7 @@ MySQL database backend is supported with the native Django implemetation. To run
To install these required packages, run the following command:
```
invoke mysql
inv mysql
```
It is then up to the database adminstrator to create a new MySQL database to store inventree data, in addition to a username/password to access the data.
@ -61,7 +61,7 @@ PostgreSQL database backend is supported with the native Django implementation.
To install these required packages, run the following commands:
```
invoke postgresql
inv postgresql
```
It is then up to the database adminstrator to create a new PostgreSQL database to store inventree data, in addition to a username/password to access the data.