Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dabzr authored Sep 5, 2024
1 parent 001dc11 commit 98ad8c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 98ad8c6

Please sign in to comment.