1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-22 02:12:30 +01:00
spacebarchat/scripts/setup
Erkin Alp Güney 6d0ffa42a9
Merge pull request #151 from BigweldIndustries/patch-1
Close files after use for setup script
2022-04-09 14:29:36 +03:00
..
clone_all_repos.sh Update clone_all_repos.sh 2022-04-01 20:34:56 +05:30
fosscord.code-workspace updated changed git clone links 2021-08-17 21:30:38 +02:00
fosscord.txt updated the setup script 2021-07-20 11:37:29 +02:00
generate.py Close files after use for setup script 2022-03-20 17:00:41 +00:00
README.md Specified shell 2021-05-27 18:28:47 -04:00
setup.bat 📝 updated links to fosscord-server 2021-08-13 13:18:48 +02:00
setup.sh updated the setup script 2021-07-20 11:37:29 +02:00

Getting Started

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