Correctet apt install command for ubuntu

This commit is contained in:
XenoTrixx 2021-12-05 21:48:43 +01:00
parent a9860388b2
commit a54687671a

View File

@ -111,7 +111,7 @@ apt update && apt upgrade
# Make sure the gcc, cmake, and build-essentials are installed
sudo apt install gcc
sudo apt install cmake
sudo apt install build-essentials
sudo apt install build-essential
```
[**Follow the Linux instructions**](#linux-builds)