瀏覽代碼

chore : add english version

Heedong Lee 4 年之前
父節點
當前提交
4179084ee3
共有 1 個檔案被更改,包括 14 行新增2 行删除
  1. 14
    2
      README.md

+ 14
- 2
README.md 查看文件

@@ -1,12 +1,24 @@
1 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 4
 Let's have fun with DKGL
5 5
 
6 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 20
 1. 적당한 디렉토리에 DKGL 을 클론 받는다.
9
-   보통 상위 디텍로리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다.. 
21
+   보통 상위 디렉토리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다.. 
10 22
    ex)  C:\MyProjects\
11 23
              +--- DKGL
12 24
              +--- DKGL_Samples (이 프로젝트)