From 98ad8c66cb29329d412c1496d9949f9a1ebe2594 Mon Sep 17 00:00:00 2001 From: dabzr <128552152+dabzr@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:08:57 -0300 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index be8d9a9..aa43079 100644 --- a/README.md +++ b/README.md @@ -81,15 +81,10 @@ Once the dependencies are installed, follow these steps to build the game: ```bash git clone https://github.com/8enrich/Letris.git # Clone the repository - cd Letris # Enter the repository - mkdir build && cd build # Create and navigate to the build directory - cmake -S .. # Configure the project with CMake - make # Build the game binary - ./letris # Run the game ```