1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-13 22:23:42 +01:00
spacebarchat/scripts/setup
HugoHead 535a18061f
Increased clairity of instructions
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.
2021-05-27 17:16:42 -04:00
..
fosscord.txt Add files via upload 2021-04-18 14:15:51 +02:00
README.md Increased clairity of instructions 2021-05-27 17:16:42 -04:00
setup.bat Update setup.bat 2021-05-01 17:55:28 +02:00
setup.sh Update setup.sh 2021-05-01 17:56:39 +02:00

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

To use this method, you must have Git as well as NodeJS and NPM 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.