branch: scratch/rfc-mode commit 88e6577a0e50f523f7da04de9f939b0bc168b514 Author: Nicolas Martyanoff <khae...@gmail.com> Commit: Nicolas Martyanoff <khae...@gmail.com>
update the readme regarding document download close #6 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a134f592a3..77d514434b 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,10 @@ Then set the location containing all RFC documents (the default value is the (setq rfc-mode-directory (expand-file-name "~/rfc/")) ``` -The entire RFC collection can be download from -https://www.rfc-editor.org/retrieve/bulk. +RFC documents and their index will be directly downloaded from +https://www.rfc-editor.org when required. Alternatively, the entire RFC +collection can be downloadeded from https://www.rfc-editor.org/retrieve/bulk +to ensure full access without the need for an internet connection. Call `rfc-mode-browse` to choose a RFC document to read, or `rfc-mode-read` to enter the reference of the RFC document yourself.