mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +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
|
# Make sure the gcc, cmake, and build-essentials are installed
|
||||||
sudo apt install gcc
|
sudo apt install gcc
|
||||||
sudo apt install cmake
|
sudo apt install cmake
|
||||||
sudo apt install build-essentials
|
sudo apt install build-essential
|
||||||
```
|
```
|
||||||
|
|
||||||
[**Follow the Linux instructions**](#linux-builds)
|
[**Follow the Linux instructions**](#linux-builds)
|
||||||
|
Loading…
Reference in New Issue
Block a user