최현준

README.md 수정

Showing 1 changed file with 10 additions and 0 deletions
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
55 * [About the Project](#about-the-project) 55 * [About the Project](#about-the-project)
56 * [Built With](#built-with) 56 * [Built With](#built-with)
57 * [Getting Started](#getting-started) 57 * [Getting Started](#getting-started)
58 + * [Prerequisites](#prerequisites)
58 * [Usage](#usage) 59 * [Usage](#usage)
59 * [Roadmap](#roadmap) 60 * [Roadmap](#roadmap)
60 * [Contributing](#contributing) 61 * [Contributing](#contributing)
...@@ -96,6 +97,15 @@ A list of commonly used resources that I find helpful are listed in the acknowle ...@@ -96,6 +97,15 @@ A list of commonly used resources that I find helpful are listed in the acknowle
96 2. 정보제공동의<br/> 97 2. 정보제공동의<br/>
97 ChatBot에게 대화를 걸어, 정보 제공 동의를 진행합니다.<br/> 98 ChatBot에게 대화를 걸어, 정보 제공 동의를 진행합니다.<br/>
98 99
100 +### Prerequisites
101 +
102 +Server를 실행시키기 전에, 먼저 해야할 것들입니다.
103 +* npm
104 +```sh
105 +npm install request
106 +npm install express
107 +npm install async
108 +```
99 109
100 <!-- USAGE EXAMPLES --> 110 <!-- USAGE EXAMPLES -->
101 ## Usage 111 ## Usage
......