update README.md

This commit is contained in:
MihailRis 2024-07-31 21:05:39 +03:00
parent 94841b6641
commit 7939547185

View File

@ -1,13 +1,14 @@
# Run with compiled executable file:
# Latest release
[Download | Скачать](https://github.com/MihailRis/VoxelEngine-Cpp/releases/latest)
- [Download | Скачать](https://github.com/MihailRis/VoxelEngine-Cpp/releases/latest)
- [Documentation |](https://github.com/MihailRis/VoxelEngine-Cpp/blob/release-0.22/doc/en/main-page.md) [Документация](https://github.com/MihailRis/VoxelEngine-Cpp/blob/release-0.22/doc/ru/main-page.md)
# Controls:
# Controls
- <kbd>**Esc**</kbd> - pause
- <kbd>**Tab**</kbd> - open inventory
- <kbd>**W**</kbd> <kbd>**A**</kbd> <kbd>**S**</kbd> <kbd>**D**</kbd> - movement
- <kbd>**Space**</kbd> - jump
- <kbd>**Q**</kbd> - drop item
- <kbd>**LMB**</kbd> - remove block
- <kbd>**RMB**</kbd> - place block
- <kbd>**F**</kbd> - toggle flight mode
@ -27,7 +28,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```
## Install libs:
## Install libraries
#### Install EnTT
```sh