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

index 676062645075e359a37eb88a9255463934896b6a..b379d1a67cb053521bf573d2707eda7b268ad9d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -74,7 +74,10 @@ Commit changes and test the build locally:
 
 Push to remote repositories:
 
-       git push origin "refs/heads/debian/*" "refs/heads/upstream/*" "refs/tags/upstream/*"
+       git push origin \
+        "refs/heads/debian/*" \
+        "refs/heads/upstream/*" \
+        "refs/tags/upstream/*"
 
 ### Using locally built packages
 Except for `ggml` itself, pbuilder/cowbuilder needs to be configured appropriately