Merge pull request #6 from XenoTrixx/main

Corrected apt install command for ubuntu
This commit is contained in:
Gie "Max" Vanommeslaeghe
2021-12-05 22:01:39 +01:00
committed by GitHub

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)