2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Update start.rst

typo fix
This commit is contained in:
Oliver
2020-04-16 21:02:14 +10:00
committed by GitHub
parent a66334abf2
commit 539b000460

View File

@ -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