Commit 67425d54 authored by 이주형's avatar 이주형

Update readme.md

parent be629bad
# SBI 저축은행 프로젝트
# 현대차 증권 프로젝트
## 개요
* SBI 저축은행 eLink 구축 프로젝트
* 현대차 증권 eLink 구축 프로젝트
## 개발 환경 구성
### 사전 필요 항목
......@@ -27,7 +27,7 @@
# clone project
git clone http://eactive.tplinkdns.com:8090/elink/v3.6/elink-root.git
cd elink-root
git checkout sbi
git checkout hms
# submodule sync
# git submodule deinit -f BAPWeb
......@@ -35,9 +35,9 @@ git checkout sbi
git submodule sync --recursive
git submodule update --init --recursive
# submodule branch change to sbi
git submodule foreach git checkout sbi
git submodule foreach git pull origin sbi
# submodule branch change to hms
git submodule foreach git checkout hms
git submodule foreach git pull origin hms
```
### 주의사항
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment