From 6654b69212a7f18edc6e1655185d6f9554f7846f Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Wed, 5 Apr 2017 16:56:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b74dd..0275417 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ Steps to deploy a new Data Services API version : - install server and client extensions ``` - # in dataservices-api repo root path: + # in your workspace root path + git clone https://github.com/CartoDB/dataservices-api.git + cd dataservices-api cd client && sudo make install cd - cd server/extension && sudo make install