1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-09 12:12:34 +01:00
This commit is contained in:
Flam3rboy 2021-05-28 00:38:33 +02:00
commit 72429305f0
10 changed files with 22 additions and 25 deletions

2
api

@ -1 +1 @@
Subproject commit d96878d57cef093cfeeb9d598e19c135355b8863
Subproject commit b00815b025575bfe79f6f5d2d4004b8da9b9b946

2
cdn

@ -1 +1 @@
Subproject commit fdaa277935aa2807218c369cbb323db7f27fd8a2
Subproject commit 4e69d834578c14215dbeef929813344a70c7ca72

2
client

@ -1 +1 @@
Subproject commit 35c6422503c640ab3a68d30cae226254d31d2829
Subproject commit c9c2ab3686643bea89adc2baf18710da22f1f708

2
docs

@ -1 +1 @@
Subproject commit a90a039c14b53a1d2c434c1c17b9f95ac0041546
Subproject commit c978e8cbd0fa36f73aad5e59c224c6c0ed476295

@ -1 +1 @@
Subproject commit 1a7a20d1eebc667bc8c6ec858143f446be4c472c
Subproject commit 49770824a5c4ffce5e8c591f28d618a3b4b86a54

@ -1 +1 @@
Subproject commit afa30bd07a2fa05a52720dd0ea79faf5cc9444f9
Subproject commit 2958b4c3515d0064c49ffc801e5c013176da9ee3

@ -1 +1 @@
Subproject commit c7b2b1945385e2025457731886d5a7dcdf3f6066
Subproject commit 494a31ada076415fd959a31245849dee4f911b89

2
media

@ -1 +1 @@
Subproject commit f107fa823e8d14c79f2e7ba6fe1c17309ee3c259
Subproject commit d2fb1ee4588436eca9bb0097bd06ca05dbc3e5f0

View File

@ -1,19 +1,16 @@
# Getting Started
## Without automated scripts
To use this method, you must have [NodeJS and NPM](https://nodejs.org) installed.
### 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`.
1. Open cmd
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](https://git-scm.com) as well as [NodeJS and NPM](https://nodejs.org) 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`.
### 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
```

@ -1 +1 @@
Subproject commit 9fb7bf9491e8d88ee1244624d3dedd5cce018474
Subproject commit e1c831e415aa2337ac3eb034149908600a9aa20c