document simplified build commands

This commit is contained in:
Lance Vick 2023-02-12 03:01:53 -08:00
parent a665837795
commit dbf043e304
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 3 additions and 3 deletions

View File

@ -44,19 +44,19 @@ internet with high integrity on the supply chain of the firmware and OS used.
### Build a new release
```
make VERSION=1.0.0rc1 release
make release
```
### Reproduce an existing release
```
make VERSION=1.0.0rc1 attest
make attest
```
### Sign an existing release
```
make VERSION=1.0.0rc1 sign
make sign
```
## Setup ##