소스 검색

chore : add english version

Heedong Lee 4 년 전
부모
커밋
4179084ee3
1개의 변경된 파일14개의 추가작업 그리고 2개의 파일을 삭제
  1. 14
    2
      README.md

+ 14
- 2
README.md 파일 보기

1
 # DKGL_SAMPLE
1
 # DKGL_SAMPLE
2
-ScratchPad for DKGL, Let's have fun
2
+ScratchPad for DKGL-Dev Branch (Not the master branch), Let's have fun
3
 
3
 
4
 Let's have fun with DKGL
4
 Let's have fun with DKGL
5
 
5
 
6
 How to Setup
6
 How to Setup
7
+1. Clone DKGL-development branch to apporopriate folder.
8
+Clone to the just-upper directory(..\) is the best choice.
9
+
10
+   ex)  C:\MyProjects\
11
+             +--- DKGL
12
+             +--- DKGL_Samples (This Project)
13
+
14
+2. Link the symbolic link to DKGL\DK foler to DKGL_Sampels\DK directory below
15
+
16
+3. You should work DKGL and DKGL_Sample seperately. 
17
+DK folder has been set up as ignore folder in this repository. 
18
+
7
 
19
 
8
 1. 적당한 디렉토리에 DKGL 을 클론 받는다.
20
 1. 적당한 디렉토리에 DKGL 을 클론 받는다.
9
-   보통 상위 디텍로리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다.. 
21
+   보통 상위 디렉토리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다.. 
10
    ex)  C:\MyProjects\
22
    ex)  C:\MyProjects\
11
              +--- DKGL
23
              +--- DKGL
12
              +--- DKGL_Samples (이 프로젝트)
24
              +--- DKGL_Samples (이 프로젝트)