Skip to content

Commit f1f5211

Browse files
committed
Update READEME.md
1 parent 4552c98 commit f1f5211

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,19 @@ Velog에 올린 글 중 이미지를 포함하고 있으면 자동으로 이미
2222
## 👋 사용법
2323

2424
```bash
25-
git clone https://github.com/cjaewon/velog-backup
25+
> git clone https://github.com/cjaewon/velog-backup
26+
> cd velog-backup
2627

27-
cd velog-backup
28-
node app.js -u <유저 이름>
28+
> node app.js --help
29+
Usage: app [options]
30+
31+
Options:
32+
-V, --version output the version number
33+
-u, --username <username> velog 유저이름
34+
-d, --delay <ms> 요청 딜레이 시간
35+
-h, --help display help for command
36+
37+
> node app.js -u <유저 이름>
2938

3039
📙 백업을 시작합니다 / velog-backup
3140
<유저 이름>님의 모든 글(2 개) 을 가져옴

0 commit comments

Comments
 (0)