diff --git a/README.md b/README.md index 2583c57..3d57382 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,30 @@ -# Internet-Draft Template Repository +# Arm's Platform Security Architecture (PSA) Attestation Token -Use this repository as a template if you want to start working on -[IETF](https://www.ietf.org/) documents. [Click here to create a new repository using the -template](https://github.com/martinthomson/internet-draft-template/generate). -Make sure to check "Include all branches", or you will need to enable GitHub Pages manually. +This is the working area for the individual Internet-Draft, "Arm's Platform Security Architecture (PSA) Attestation Token". -[Read the -instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/TEMPLATE.md) -for more information. +* [Editor's Copy](https://SimonFrost-Arm.github.io/draft-ffm-rats-cca-token/#go.draft-ffm-rats-cca-token.html) +* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ffm-rats-cca-token) +* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-ffm-rats-cca-token) +* [Compare Editor's Copy to Individual Draft](https://SimonFrost-Arm.github.io/draft-ffm-rats-cca-token/#go.draft-ffm-rats-cca-token.diff) -Once you have created your own repository, start work by: -1. Set "Workflow permissions" to "Read and write permissions" - [in the repository settings](../../settings/actions#actions_default_workflow_permissions_write). +## Contributing + +See the +[guidelines for contributions](https://github.com/thomas-fossati/draft-ffm-rats-cca-token/blob/master/CONTRIBUTING.md). + +Contributions can be made by creating pull requests. +The GitHub interface supports creating pull requests using the Edit (✏) button. + + +## Command Line Usage + +Formatted text and HTML versions of the draft can be built using `make`. + +```sh +$ 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). -2. Rename the `draft-todo-yourname-protocol.md` file - [here](../../edit/main/draft-todo-yourname-protocol.md).