From f4cbb6b2f7d1992d7b2e4628a0533fc8fbe7d7e8 Mon Sep 17 00:00:00 2001
From: Patrick Quist <partouf@gmail.com>
Date: Sat, 3 Dec 2022 16:43:47 +0100
Subject: [PATCH] build command has changed

---
 docs/internal/AddingLinkableLibrary.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/internal/AddingLinkableLibrary.md b/docs/internal/AddingLinkableLibrary.md
index 8ed3ae842..bbfdfd925 100644
--- a/docs/internal/AddingLinkableLibrary.md
+++ b/docs/internal/AddingLinkableLibrary.md
@@ -36,7 +36,7 @@ unifex:
 3. Test building
 
 - Make sure you have a compiler installed, for example via `bin/ce_install install 'gcc 10.1.0'`
-- `bin/ce_install --enable nightly --buildfor g101 --dry build 'unifex'`
+- `bin/ce_install --dry-run --keep-staging --enable nightly build --buildfor g101 'unifex'`
 - check one of the buildfolders that are created and see if there are .so's or .a's and otherwise check the
   cecmakelog.txt and cemakelog_X.txt
 - Iterate over this to make it work
-- 
GitLab