chore: clean up build section

This commit is contained in:
Anton Livaja 2024-03-28 11:38:56 -04:00
parent dc60d53fca
commit 0af9d294a7
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 15 additions and 9 deletions

View File

@ -41,23 +41,29 @@ internet with high integrity on the supply chain of the firmware and OS used.
## Build ##
### Update git submodules
```
git submodule update --init --recursive
```
### Build a new release
```
make release
```
```
make release
```
### Reproduce an existing release
```
make attest
```
```
make attest
```
### Sign an existing release
```
make sign
```
```
make sign
```
## Setup ##