]> git.djapps.eu Git - pkg/ggml/commitdiff
Improve README
authorMathieu Baudier <redacted>
Sun, 9 Feb 2025 17:31:06 +0000 (18:31 +0100)
committerMathieu Baudier <redacted>
Sun, 9 Feb 2025 17:31:06 +0000 (18:31 +0100)
README.md

index 81df60e5ecd798d5c3d69e34f838907f363a166a..ecb8e1f974223eacac25b86a74be3c3cc8a9be2c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,16 +1,21 @@
 A packaging harness for software of the ggml ecosystem.
 
 To use, clone recursively, for example:
+
        git clone --recurse-submodules --branch unstable https://git.djapps.eu/pkg/ggml
 
 The software layers are configured as submodules under the `sources` directory.
 
 To build a layer, go to its directory and run:
+
        sh ../build-pbuilder.sh <dist> <arch> [<branch>]
 
 For example:
+
        cd sources/ggml
        sh ../build-pbuilder.sh sid amd64
+       
 or:
+
        cd sources/llama.cpp
        sh ../build-pbuilder.sh bullseye amd64 debian/bullseye