From 3da643ba528c1c3f4c3271e0e8ebe3f1b0d8cc62 Mon Sep 17 00:00:00 2001 From: retif Date: Wed, 19 Jul 2023 15:04:49 +0200 Subject: [PATCH] README: Build order --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e5f56e..3a51b25 100755 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ More details in the [following article](https://decovar.dev/blog/2023/07/15/cmak ## Building -It is 3 projects that are built separately: +It is 3 projects that are built individually and in particular order: -- `dpndnc` - a library made to be a direct dependency of `prjct`; -- `prjct` - a project with two libraries, one of which directly depends on `dpndnc`; -- `tl` - a CLI tool that directly depends on `prjct` libraries and also transitively depends on `dpndnc`. +1. `dpndnc` - a library made to be a direct dependency of `prjct`; +2. `prjct` - a project with two libraries, one of which directly depends on `dpndnc`; +3. `tl` - a CLI tool that directly depends on `prjct` libraries and also transitively depends on `dpndnc`. ### dpndnc