mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-04-15 07:15:52 +00:00
18 lines
438 B
Markdown
18 lines
438 B
Markdown
## Getting Started
|
|
|
|
### Windows
|
|
|
|
to setup all repositories open cmd and enter this to command
|
|
|
|
```
|
|
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat
|
|
```
|
|
|
|
### Linux/MacOS
|
|
|
|
to setup all repositories open the terminal and enter this to command
|
|
|
|
```
|
|
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && bash setup.sh
|
|
```
|