1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

Update contributing.md

This commit is contained in:
xnacly 2021-08-07 13:55:55 +02:00 committed by GitHub
parent b3bbfde289
commit 9434fd5e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,10 @@
Clone all repositories:
```
git clone --recurse-submodules -j8 https://github.com/fosscord/fosscord
cd fosscord
git submodule foreach "git checkout master && git pull origin master"
git clone https://github.com/fosscord/fosscord fosscord_clone
cd fosscord_clone/scripts/setup
chmod +x setup.sh
./setup.sh
```
### Mongodb