From 539b000460304de51c76b753b132cf20ffdc9555 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 16 Apr 2020 21:02:14 +1000 Subject: [PATCH] Update start.rst typo fix --- docs/start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start.rst b/docs/start.rst index 25cc39945a..45a32ffb0b 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -22,7 +22,7 @@ To install InvenTree you will need the following system components installed: * g++ * make -Each of these programs need to be installed (e.g. using apt or similar) before running the ``make install`` scriptm e.g. +Each of these programs need to be installed (e.g. using apt or similar) before running the ``make install`` script: ``` sudo apt-get install python3 python3-dev python3-pip g++ make @@ -121,4 +121,4 @@ Other shorthand functions are provided for the development and testing process: * ``make coverage`` - Run all unit tests and generate code coverage report * ``make style`` - Check Python codebase against PEP coding standards (using Flake) * ``make docreqs`` - Install the packages required to generate documentation -* ``make docs`` - Generate this documentation \ No newline at end of file +* ``make docs`` - Generate this documentation