이민호

Update README.md

...@@ -29,11 +29,16 @@ ...@@ -29,11 +29,16 @@
29 ``` 29 ```
30 git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git 30 git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git
31 ``` 31 ```
32 -2. 폴더 이동 32 +2. 자료 대체
33 +```
34 +screensaver_1 use.js -> screensaver/routes/use.js
35 +screensaver_1 index.ejs -> screensaver/views/index.ejs
33 ``` 36 ```
34 -cd screensaver_1 37 +3. 폴더 이동
38 +```
39 +cd screensaver
35 ``` 40 ```
36 -3. Download 41 +4. Download
37 ``` 42 ```
38 npm install 43 npm install
39 ``` 44 ```
...@@ -76,6 +81,7 @@ node bin/www ...@@ -76,6 +81,7 @@ node bin/www
76 4. 화면 전환 기능 (사용자 선택가능) 81 4. 화면 전환 기능 (사용자 선택가능)
77 - 윈도우 잠금 82 - 윈도우 잠금
78 - 바탕화면 이동 83 - 바탕화면 이동
84 + - 화면전환
79 85
80 # Provided Function (Ver 2.0.0 - Web hosting environment) 86 # Provided Function (Ver 2.0.0 - Web hosting environment)
81 1. 사용자에게 웹 UI를 통한 편리성 제공 87 1. 사용자에게 웹 UI를 통한 편리성 제공
......