From: Mathieu Baudier Date: Sun, 9 Feb 2025 17:31:06 +0000 (+0100) Subject: Improve README X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cebb9d03b00159a14ff8be0235d4b686a89747e7;p=pkg%2Fggml Improve README --- diff --git a/README.md b/README.md index 81df60e..ecb8e1f 100644 --- 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 [] For example: + cd sources/ggml sh ../build-pbuilder.sh sid amd64 + or: + cd sources/llama.cpp sh ../build-pbuilder.sh bullseye amd64 debian/bullseye