diff --git a/README.md b/README.md index a8b14c4..2bf81c8 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).