From 2438c4c54f9bad8999136c05fbe7d4d66ee27a21 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 5 Dec 2023 00:02:59 -0800 Subject: [PATCH] fix title weight --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3990cda..0c5cc6c 100644 --- a/README.md +++ b/README.md @@ -43,31 +43,33 @@ models that assume any single human can be hacked or coerced. * Currently Docker supported, but will support buildah and podman * Gnu Make -## Compile all packages +### Examples + +#### Compile all packages ``` make ``` -## Compile specific package +#### Compile specific package ``` make out/rust.tgz ``` -## Reproduce all changed packages +#### Reproduce all changed packages ``` make reproduce ``` -## Reproduce all packages without cache +#### Reproduce all packages without cache ``` make clean reproduce ``` -## Sign current manifest of package hashes +#### Sign current manifest of package hashes ``` make sign