1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-09-19 17:01:47 +02:00

Create README.md

This commit is contained in:
Stylix58 2021-05-01 17:54:42 +02:00 committed by GitHub
parent 54c889c0ea
commit d4fc0954b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
scripts/setup/README.md Normal file
View File

@ -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`