From 856de70133eec499481a8f42434ff799ec0b0867 Mon Sep 17 00:00:00 2001 From: The-Mighty-Cat <54977668+The-Mighty-Cat@users.noreply.github.com> Date: Sat, 29 Mar 2025 22:39:08 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3964043..5e61614 100644 --- a/README.md +++ b/README.md @@ -100,15 +100,17 @@ Save and close, then run ``crafter-build -c debug``. Now you can run the ``hello "dependencies": [ { "path":"/home/Crafter.Build/project.json", - "configuration":"debug-lib" + "configuration":"debug-lib", + "commit":"af7eb61c3d92ab18f6aa6c139ac7211a908a24ee" } { "path":"https://github.com/Catcrafts/Crafter.Build.git", - "configuration":"debug-lib" + "configuration":"debug-lib", + "branch":"master" } ] ``` -This will now link the library of Crafter.Build in the configuration you use this in. +This will now link the library of Crafter.Build in the configuration you use this in. ``commit`` and ``branch`` are optional parameters, if omitted the latest commit on the default branch is used. ``target`` Clang triplet this configuration uses, please refer to the [relevant clang documentation](https://clang.llvm.org/docs/CrossCompilation.html#target-triple).