diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5c97fbf85..f585217755 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```