mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-06-06 17:42:15 +00:00
25 lines
493 B
Markdown
25 lines
493 B
Markdown
## Getting Started
|
|
|
|
### Windows
|
|
|
|
open cmd and enter this to clone and setup all repositories
|
|
|
|
```
|
|
curl https://github.com/fosscord/fosscord/tree/main/scripts/setup --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
|
|
```
|