Skip to content

Commit 9f47f61

Browse files
committed
Add README file for the spec.
1 parent c812e5e commit 9f47f61

File tree

1 file changed

+20
-0
lines changed
  • specifications/device-identity-provisioning

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Specification Website
2+
3+
A version of the specification tracking the latest content in the `master` branch can be found at https://opencomputeproject.github.io/Security/device-identity-provisioning/HEAD/.
4+
5+
## Specification source
6+
7+
The specification source is available in [spec.ocp](./spec.ocp).
8+
9+
## Building the specification
10+
11+
To view a rendered version of the specification, clone the [ocp-spec-tools](https://github.com/opencomputeproject/ocp-spec-tools) repository, and then run:
12+
13+
```sh
14+
$ path/to/ocp-spec-tools/docker-pull.sh
15+
$ path/to/ocp-spec-tools/docker-run.sh --html spec.html spec.ocp
16+
```
17+
18+
## Maintaining the specification
19+
20+
See [here](https://github.com/opencomputeproject/ocp-spec-tools/blob/main/README.md#tips-and-tricks) for guidance on maintaining the specification.

0 commit comments

Comments
 (0)