adding sudo keyword for installing otherwise it is an error

Airbus5717
2021-07-06 13:14:31 +03:00
parent 9cd8bcd95c
commit 5e086fc497

@ -58,7 +58,7 @@ cd raylib
mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=ON ..
make
make install
sudo make install
```
In case any dependencies are missing, cmake will tell you.