fosscord/scripts/setup/README.md
2021-04-23 19:30:38 +02:00

513 B

Getting Started

Windows

open cmd and enter this to clone and setup all repositories

curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output test.bat && test.bat

Linux/MacOS

to execute the setup script you need to grant execution permission (+x). To do that open your terminal and navigate to this directory setup/ and enter this:

chmod +x setup.sh

and then execute by double clicking or entering this in the terminal:

./setup.sh