diff --git a/docs/start.rst b/docs/start.rst index fcce9a9131..4abf01436c 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -82,9 +82,10 @@ Development and Testing Other shorthand functions are provided for the development and testing process: -* ``make requirements`` - Install all required underlying packages using PIP -* ``make setup`` - Perform one-time setup functions +* ``make install`` - Install all required underlying packages using PIP * ``make superuser`` - Create a superuser account +* ``make migrate`` - Perform database migrations +* ``make mysql`` - Install packages required for MySQL database backend * ``make backup`` - Backup database tables and media files * ``make test`` - Run all unit tests * ``make coverage`` - Run all unit tests and generate code coverage report