Skip to content

Commit 6bb3d29

Browse files
committed
update README
1 parent 9cdff67 commit 6bb3d29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README_ForDeveloper.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ pip3 install -r requirements.txt
8181
python3 main.py --make-index-draft # インデックスページの作成
8282
```
8383
84+
- **RFCの要約作成**
85+
86+
```bash
87+
python3 main.py --summarize --make --rfc 9446 # 指定したRFCのみ
88+
python3 main.py --summarize --make --force --begin 9600 --end 9700 # 範囲指定
89+
```
90+
8491
生成物:
8592
8693
| ファイルパス | 説明 | 生成元プログラム |

0 commit comments

Comments
 (0)