mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-05-11 21:14:45 +00:00
15 lines
619 B
Markdown
15 lines
619 B
Markdown
# Getting started
|
|
## Wihout automated scripts (for all systems)
|
|
1. Open up a Terminal.
|
|
1. Type this command: `curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat`.
|
|
|
|
## With automated scripts
|
|
This method need to have [Git](https://git-scm.com) installed.
|
|
### 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`.
|