mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-12 21:52:40 +01:00
e3aaff9c3f
The setup script is clearly designed for bash and is not posix compliant so this is necessary. |
||
---|---|---|
.. | ||
fosscord.txt | ||
README.md | ||
setup.bat | ||
setup.sh |
Getting Started
To use this method, you must have NodeJS and NPM installed.
Windows
- Open cmd
- Type this command:
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat
Linux or macOS
- Open Terminal
- Type this command:
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && bash setup.sh