mirror of https://github.com/kdl-org/kdl.git
Give breadcrumbs to the RFC format definitions.
This commit is contained in:
parent
7f1c8b1aad
commit
feb9eb099c
|
|
@ -25,11 +25,19 @@ The GitHub interface supports creating pull requests using the Edit (✏) button
|
||||||
|
|
||||||
## Building the Specification
|
## Building the Specification
|
||||||
|
|
||||||
|
The specification is written in
|
||||||
|
[kramdown-rfc](https://github.com/cabo/kramdown-rfc/wiki/Syntax2), which
|
||||||
|
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`.
|
Formatted text and HTML versions of the spec can be built using `make`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To preserve the intermediate RFCXML form for debugging, `touch
|
||||||
|
draft-marchan-kdl2.xml` before running `make`.
|
||||||
|
|
||||||
Command line usage requires that you have the necessary software installed. See
|
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).
|
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue