Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -21,19 +21,19 @@ LINE 챗봇에 자신이 원하는 주식을 입력, 그런 다음 원하는 주 | ... | @@ -21,19 +21,19 @@ LINE 챗봇에 자신이 원하는 주식을 입력, 그런 다음 원하는 주 |
21 | 21 | ||
22 | 설치 방법 | 22 | 설치 방법 |
23 | ========= | 23 | ========= |
24 | -*1. nodejs 설치* | 24 | +**1. nodejs 설치** |
25 | 25 | ||
26 | https://nodejs.org/ko/download/ | 26 | https://nodejs.org/ko/download/ |
27 | 27 | ||
28 | -*2. Repository Clone* | 28 | +**2. Repository Clone** |
29 | 29 | ||
30 | git clone http://khuhub.khu.ac.kr/2020105648/stockAlarm.git | 30 | git clone http://khuhub.khu.ac.kr/2020105648/stockAlarm.git |
31 | 31 | ||
32 | -*3. Install Package* | 32 | +**3. Install Package** |
33 | 33 | ||
34 | npm install | 34 | npm install |
35 | 35 | ||
36 | -*4. Start!* | 36 | +**4. Start!** |
37 | 37 | ||
38 | npm start | 38 | npm start |
39 | 39 | ... | ... |
-
Please register or login to post a comment