Showing
1 changed file
with
12 additions
and
11 deletions
| ... | @@ -14,9 +14,12 @@ | ... | @@ -14,9 +14,12 @@ |
| 14 | 14 | ||
| 15 | 1. [About The Project](#about-the-project) | 15 | 1. [About The Project](#about-the-project) |
| 16 | 2. [Built With](#built-with) | 16 | 2. [Built With](#built-with) |
| 17 | -3. [Roadmap](#roadmap) | 17 | +3. [Installation](#installation) |
| 18 | -4. [Contributing](#contributing) | 18 | +4. [Usage](#usage) |
| 19 | -5. [Contact](#contact) | 19 | +5. [Roadmap](#roadmap) |
| 20 | +6. [Contributing](#contributing) | ||
| 21 | +7. [Contact](#contact) | ||
| 22 | + | ||
| 20 | 23 | ||
| 21 | 24 | ||
| 22 | 25 | ||
| ... | @@ -44,14 +47,12 @@ | ... | @@ -44,14 +47,12 @@ |
| 44 | 47 | ||
| 45 | ## Installation | 48 | ## Installation |
| 46 | 49 | ||
| 47 | -_Below is how to install our peoject._ | ||
| 48 | - | ||
| 49 | 1. Clone the repo | 50 | 1. Clone the repo |
| 50 | - ```sh | 51 | + ``` |
| 51 | git clone http://khuhub.khu.ac.kr/2018103692/find_mbti_bot | 52 | git clone http://khuhub.khu.ac.kr/2018103692/find_mbti_bot |
| 52 | ``` | 53 | ``` |
| 53 | 2. Install NPM packages | 54 | 2. Install NPM packages |
| 54 | - ```sh | 55 | + ``` |
| 55 | npm install | 56 | npm install |
| 56 | ``` | 57 | ``` |
| 57 | 58 | ||
| ... | @@ -62,14 +63,14 @@ _Below is how to install our peoject._ | ... | @@ -62,14 +63,14 @@ _Below is how to install our peoject._ |
| 62 | <!-- USAGE EXAMPLES --> | 63 | <!-- USAGE EXAMPLES --> |
| 63 | ## Usage | 64 | ## Usage |
| 64 | 65 | ||
| 65 | -1. "MBTI 챗봇" 채널을 추가해 주세요. | 66 | +* "MBTI 챗봇" 채널을 추가해 주세요. |
| 66 | -* link: <http://pf.kakao.com/_jAjtb> | 67 | + link: <http://pf.kakao.com/_jAjtb> |
| 67 | <img src="channel.jpg" width="270px" height="450px"></img><br/> | 68 | <img src="channel.jpg" width="270px" height="450px"></img><br/> |
| 68 | 69 | ||
| 69 | -2. 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다. | 70 | +* 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다. |
| 70 | <img src="channel.jpg" width="300px" height="300px"></img><br/> | 71 | <img src="channel.jpg" width="300px" height="300px"></img><br/> |
| 71 | 72 | ||
| 72 | -3. 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다. | 73 | +* 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다. |
| 73 | 74 | ||
| 74 | <p align="right">(<a href="#top">back to top</a>)</p> | 75 | <p align="right">(<a href="#top">back to top</a>)</p> |
| 75 | 76 | ... | ... |
-
Please register or login to post a comment