mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-13 22:23:42 +01:00
535a18061f
When I was following these instructions, I was not aware that NodeJS and NPM were required as it is not specified in the instructions. The setup script did an excellent job of making me aware of this. I also fixed a minor clarity issue. This should cause a slight incremental increase in the setup efficiency. This change is rather minor, but it is the first of far larger contributions to come. |
||
---|---|---|
.. | ||
fosscord.txt | ||
README.md | ||
setup.bat | ||
setup.sh |
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
To use this method, you must have Git as well as NodeJS and NPM installed.
Windows
- Open up a Terminal.
- Type this command:
git clone https://github.com/fosscord/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 ./fosscord/scripts/setup/setup.sh
.