Skip to content

Commit 6be825a

Browse files
committed
Automatic update of README.md
1 parent e63cd74 commit 6be825a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ repository constitutes Contributions to the IETF Standards Process
1515
You agree to comply with all applicable IETF policies and procedures, including,
1616
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
1717
subject to a Simplified BSD License) in Contributions.
18+
19+
1820
## Working Group Information
1921

2022
Discussion of this work occurs on the [Web Authorization Protocol

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License
22

33
See the
4-
[guidelines for contributions](https://github.com/aaronpk/draft-parecki-oauth-client-id-metadata-document/blob/CONTRIBUTING.md).
4+
[guidelines for contributions](https://github.com/aaronpk/draft-parecki-oauth-client-id-metadata-document/blob/main/CONTRIBUTING.md).

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- regenerate: on (set to off if you edit this file) -->
2+
13
# OAuth Client ID Metadata Document
24

35
This is the working area for the individual Internet-Draft, "OAuth Client ID Metadata Document".
@@ -11,9 +13,20 @@ This is the working area for the individual Internet-Draft, "OAuth Client ID Met
1113
## Contributing
1214

1315
See the
14-
[guidelines for contributions](https://github.com/aaronpk/draft-parecki-oauth-client-id-metadata-document/blob//CONTRIBUTING.md).
16+
[guidelines for contributions](https://github.com/aaronpk/draft-parecki-oauth-client-id-metadata-document/blob/main/CONTRIBUTING.md).
1517

1618
Contributions can be made by creating pull requests.
1719
The GitHub interface supports creating pull requests using the Edit (✏) button.
1820

1921

22+
## Command Line Usage
23+
24+
Formatted text and HTML versions of the draft can be built using `make`.
25+
26+
```sh
27+
$ make
28+
```
29+
30+
Command line usage requires that you have the necessary software installed. See
31+
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
32+

0 commit comments

Comments
 (0)