diff --git a/scripts/setup/README.md b/scripts/setup/README.md new file mode 100644 index 0000000..396f8cd --- /dev/null +++ b/scripts/setup/README.md @@ -0,0 +1,9 @@ +# Getting started + +### Windows +1. Open up a Terminal +2. Type this command: `git clone https://github.com/fosscord/fosscord && .\scripts\setup\setup.bat` + +### Posix systems (MacOS, Linux...) +1. Open up a Terminal +2. Type this command: `git clone https://github.com/fosscord/fosscord && sh ./scripts/setup/setup.sh`