mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-05-10 06:25:14 +00:00
e3aaff9c3f
The setup script is clearly designed for bash and is not posix compliant so this is necessary.
17 lines
460 B
Markdown
17 lines
460 B
Markdown
# Getting Started
|
|
To use this method, you must have [NodeJS and NPM](https://nodejs.org) installed.
|
|
|
|
### Windows
|
|
1. Open cmd
|
|
2. Type this command:
|
|
```
|
|
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat
|
|
```
|
|
|
|
### Linux or macOS
|
|
1. Open Terminal
|
|
2. Type this command:
|
|
```
|
|
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && bash setup.sh
|
|
```
|