From 32812b462385efe54fe06909b50cdda59b205105 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Fri, 17 Apr 2020 06:59:14 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ```