mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-03-31 18:25:47 +00:00
Getting Started
Without automated scripts
Windows
- Open up a Terminal.
- Type this command:
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat.
Posix systems (MacOS, Linux...)
- Open up a Terminal.
- 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 installed.
Windows
- Open up a Terminal.
- Type this command:
git clone https://github.com/fosscord/fosscord && .\scripts\setup\setup.bat.
Posix systems (MacOS, Linux...)
- Open up a Terminal.
- Type this command:
git clone https://github.com/fosscord/fosscord && sh ./scripts/setup/setup.sh.