Update README.md

This commit is contained in:
Guido Fioravantti 2017-04-05 16:56:48 +02:00 committed by Javier Goizueta
parent d95155af71
commit 6654b69212

View File

@ -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