diff options
Diffstat (limited to 'docs/ietf/process.txt')
-rw-r--r-- | docs/ietf/process.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ietf/process.txt b/docs/ietf/process.txt index f83e6bbc99..128c31bff1 100644 --- a/docs/ietf/process.txt +++ b/docs/ietf/process.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -14,13 +14,15 @@ Commands to convert RFC text from .md (so I do not need to search next time). +Hints: https://www.rubydoc.info/gems/kramdown-rfc2629/ + Initial: $ sudo aptitude install ruby-rubygems $ sudo gem install kramdown-rfc2629 $ kdrfc --version Main: -$ kdrfc draft-ietf-bmwg-mlrsearch-05.md +$ kdrfc draft-ietf-bmwg-mlrsearch-06.md If that complains, do it manually at https://author-tools.ietf.org/ |