mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-07-07 04:00:02 +00:00
Merge pull request #6 from XenoTrixx/main
Corrected apt install command for ubuntu
This commit is contained in:
commit
27dace206b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user