Update README.md (fix the command)

This commit is contained in:
Mikita Wiśniewski 2022-10-14 10:13:02 +07:00
parent d54a1e711e
commit ed3b53843c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Voxelands requires:
Install dependencies. Here's an example for Debian/Ubuntu:
sudo apt install build-essential libirrlicht-dev cmake libbz2-dev libpng-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev
sudo apt install build-essential libirrlicht-dev cmake libbz2-dev zlib1g-dev libfreetype6-dev libpng-dev libjpeg-dev libogg-dev libvorbis-dev libopenal-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev
You can install Git for easily keeping your copy up-to-date.
If you dont want Git, read below on how to get the source without Git.