1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Update README.md

This commit is contained in:
Elias Steurer 2020-04-18 11:33:04 +00:00
parent f0ab3af633
commit 23bb702b82

View File

@ -74,7 +74,7 @@ git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git
.\install-dependencies.bat .\install-dependencies.bat
//Linux //Linux
sudo apt install git gcc sudo apt install git gcc cmake build-essential
chmod +x install-dependencies.sh chmod +x install-dependencies.sh
.\install-dependencies.sh .\install-dependencies.sh
``` ```