From b717674af7e6a051bfb90bf39e966288bdea4cee Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Fri, 24 Mar 2017 17:28:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e80f9e8..975138e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Steps to deploy a new Data Services API version : - install server and client extensions ``` - # in data-services repo root path: + # in dataservices-api repo root path: cd client && sudo make install cd server/extension && sudo make install ```