1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02: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
//Linux
sudo apt install git gcc
sudo apt install git gcc cmake build-essential
chmod +x install-dependencies.sh
.\install-dependencies.sh
```