From 109ad2627f60928f271ad1e379aea573d9848cba Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Mon, 6 Jan 2025 21:22:28 -0800 Subject: [PATCH] Point contributors to https://author-tools.ietf.org/. For if installing the dependencies is inconvenient. --- CONTRIBUTING.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12f1593..7ef88bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,14 +30,10 @@ The specification is written in compiles via [RFCXML](https://authors.ietf.org/rfcxml-vocabulary) to text and HTML. -Formatted text and HTML versions of the spec can be built using `make`. - -```sh -$ make -``` - -To preserve the intermediate RFCXML form for debugging, `touch -draft-marchan-kdl2.xml` before running `make`. +You can build the formatted versions or the intermediate RFCXML file using +https://author-tools.ietf.org/ or locally by running `make`. To preserve the +intermediate RFCXML form in a local build, `touch draft-marchan-kdl2.xml` before +running `make`. Command line usage requires that you have the necessary software installed. See [the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).