mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-26 04:12:29 +01:00
29 lines
848 B
Markdown
29 lines
848 B
Markdown
# Getting Started
|
|
|
|
## Without automated scripts
|
|
|
|
### Windows
|
|
|
|
1. Open up a Terminal.
|
|
2. Type this command: `curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat`.
|
|
|
|
### Posix systems \(MacOS, Linux...\)
|
|
|
|
1. Open up a Terminal.
|
|
2. Type this command: `curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && sh setup.sh`.
|
|
|
|
## 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 && .\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 ./fosscord/scripts/setup/setup.sh`.
|
|
|