Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -57,7 +57,6 @@ Need to write secret | ... | @@ -57,7 +57,6 @@ Need to write secret |
57 | # Secret Configuration | 57 | # Secret Configuration |
58 | SECRET.CLIENTID={NAVER_API_CLIENT_ID} | 58 | SECRET.CLIENTID={NAVER_API_CLIENT_ID} |
59 | SECRET.CLIENTSECRET={NAVER_API_CLIENT_SECRET} | 59 | SECRET.CLIENTSECRET={NAVER_API_CLIENT_SECRET} |
60 | - | ||
61 | # Header Configuration | 60 | # Header Configuration |
62 | HEADER.COOKIE=NID_SES={YOUR_COOKIE} | 61 | HEADER.COOKIE=NID_SES={YOUR_COOKIE} |
63 | HEADER.USERAGENT={YOUR_SYSTEM_USER_AGENT} | 62 | HEADER.USERAGENT={YOUR_SYSTEM_USER_AGENT} |
... | @@ -83,7 +82,7 @@ Need to write secret | ... | @@ -83,7 +82,7 @@ Need to write secret |
83 | ### Installation | 82 | ### Installation |
84 | 83 | ||
85 | 1. Clone the repository | 84 | 1. Clone the repository |
86 | - ``` | 85 | + ```shell |
87 | git clone http://khuhub.khu.ac.kr/2018102211/mamuri-bot | 86 | git clone http://khuhub.khu.ac.kr/2018102211/mamuri-bot |
88 | ``` | 87 | ``` |
89 | 2. Put your secret files that you create in prerequisite to | 88 | 2. Put your secret files that you create in prerequisite to | ... | ... |
-
Please register or login to post a comment