Update CONTRIBUTING.md

This commit is contained in:
Eldad A. Fux 2020-04-17 06:59:14 +03:00 committed by GitHub
parent 61a3131338
commit 32812b4623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ This will allow the Appwrite community to have sufficient discussion about the n
This is also important for the Appwrite lead developers to be able to give technical input and different emphasize regarding the feature design and architecture.
## Setup
## Setup From Source
To set up a working **development environment**, just fork the project git repository and install the backend and frontend dependencies using the proper package manager and create run the docker-compose stack.
@ -138,10 +138,6 @@ git clone git@github.com:[YOUR_FORK_HERE]/appwrite.git
cd appwrite
composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts
npm install
docker-compose up -d
```