Skip to content

Commit

Permalink
Merge pull request #6 from XenoTrixx/main
Browse files Browse the repository at this point in the history
Corrected apt install command for ubuntu
  • Loading branch information
DarwinAnim8or authored Dec 5, 2021
2 parents a986038 + a546876 commit 27dace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27dace2

Please sign in to comment.