From 2086c30951dd0c9b0c303b973ad0e3c7b0508715 Mon Sep 17 00:00:00 2001 From: Seulgi Kim Date: Sun, 8 May 2016 13:39:32 -0700 Subject: [PATCH] Update LOCAL_SETUP to show correct git clone path. --- LOCAL_SETUP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LOCAL_SETUP.md b/LOCAL_SETUP.md index 610496082..91a9950fa 100644 --- a/LOCAL_SETUP.md +++ b/LOCAL_SETUP.md @@ -3,9 +3,8 @@ ## Deployment ```sh -git clone https://github.com/direct-app/direct-app.git +git clone https://github.com/appirio-tech/direct-app.git cd direct-app -git checkout base_docker_image_for_direct_app_local_setup cp token.properties.docker-local token.properties cp topcoder_global.properties.docker-local topcoder_global.properties docker-compose up