성준영

fix REAME.md

Showing 1 changed file with 11 additions and 2 deletions
1 # klas-file-downloader 1 # klas-file-downloader
2 Project that download lecture reference files from Klas 2 Project that download lecture reference files from Klas
3 3
4 -> If your KLAS password include Exclamation mark, You must write your password like `\!`. for example, 4 +
5 +## INSTALL
6 +
7 +```
8 +npm install -g klasFileDownloader
9 +```
10 +
11 +## USAGE
12 +
13 +> **WARNING!!** If your KLAS password include Exclamation mark, You must write your password like `\!`. for example,
5 14
6 ``` 15 ```
7 -klasFileDownloader -i 2012104095 -p \!123123123 16 +klasFileDownloader -i 2012104095 -p \!123123\!123
8 ``` 17 ```
...\ No newline at end of file ...\ No newline at end of file
......