update README.md

This commit is contained in:
MihailRis 2025-01-21 23:35:42 +03:00
parent 27eb02788a
commit da10151d5a

View File

@ -14,7 +14,7 @@
```sh
git clone https://github.com/skypjack/entt.git
cd entt/build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=Release -DENTT_INSTALL=on ..
sudo make install
```