From bec5bd7e46ebd0e63d81451cf3e32993e4b24891 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Tue, 24 Oct 2023 09:22:48 +0300 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 8818b84a..aaec2135 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,6 @@ - **F** - toggle flight mode - **Esc** - exit -# Run in linux: -`$ git clone https://github.com/MihailRis/VoxelEngine-Cpp.git` - -`$ cd VoxelEngine-Cpp/Debug` - -`$ make` - -`$ ./voxel_engine` - #### Build with CMake ```sh git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git