Files
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
..
2021-04-18 14:15:51 +02:00
2021-05-27 17:16:42 -04:00
2021-05-01 17:55:28 +02:00
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.