]> git.djapps.eu Git - pkg/ggml/commitdiff
Improve README
authorMathieu Baudier <redacted>
Sat, 15 Feb 2025 10:09:07 +0000 (11:09 +0100)
committerMathieu Baudier <redacted>
Sat, 15 Feb 2025 10:09:07 +0000 (11:09 +0100)
README.md

index b379d1a67cb053521bf573d2707eda7b268ad9d7..f6c44c4f402471d998d08faef0e54893d9495eee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,22 +8,17 @@ The software layers are configured as git submodules under the `sources/` subdir
  and can be used independently of this harness.
 
 ## Quick start ##
-To use, clone recursively, for example:
-
-       git clone --recurse-submodules --branch unstable https://git.djapps.eu/pkg/ggml
-
-Make sure that you have the necessary packages installed:
+Make sure that you have the necessary packages installed
+and that you have a base for the distribution and arch you are targeting:
 
        sudo apt install git-buildpackage cowbuilder
+       # sources/create-pbuilder <dist> <arch>
+       sources/create-pbuilder sid amd64
        
-Make sure you have a base for the distribution and arch that you are targeting:
+Clone recursively the packaging harness. For example:
 
-       sources/create-pbuilder <dist> <arch>
+       git clone --recurse-submodules --branch unstable https://git.djapps.eu/pkg/ggml
        
-For example:
-
-       sources/create-pbuilder bookworm amd64
-
 To build a layer, cd to its directory and run:
 
        ../build-pbuilder <dist> <arch> [<branch>]
@@ -38,6 +33,8 @@ or:
        cd sources/llama.cpp
        ../build-pbuilder bullseye amd64 debian/bullseye
 
+(See below how to configure a local repository)
+
 ## Maintenance ##
 ### Update upstream
 (Using `ggml` as an example, the same approach applies to the other layers)