Commit 392f1584 authored by 오형석's avatar 오형석

Update readme.md

parent bc9dc59b
# eBest 투자증권 프로젝트
# SBI 저축은행 프로젝트
## 개요
* eBest 투자증권 eLink 구축 프로젝트
* SBI 저축은행 eLink 구축 프로젝트
## 개발 환경 구성
### 사전 필요 항목
......@@ -27,13 +27,13 @@
# clone project
git clone http://192.168.10.130/elink/v3.6/elink-root.git
cd elink-root
git checkout ebest
git checkout sbi
# submodule sync
git submodule sync --recursive
git submodule update --init --recursive
# submodule branch change to ebest
git submodule foreach git checkout ebest
git submodule foreach git pull origin ebest
# submodule branch change to sbi
git submodule foreach git checkout sbi
git submodule foreach git pull origin sbi
```
### 주의사항
......
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